I hope you are doing well
As the CMA initialization is failing, one needs to apply changes in "linux,cma" node in the kernel device tree.
Kindly replace with the below properties for the 'linux,cma' node.
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0 0x10000000>;
linux,cma-default;
};
Thanks & Regards,
Dhruvit Vasavada