Merge "ODROID-N2: arm/dts: add missing reserved memory to prevent unknown crash" into odroidn2-4.9.y-android

This commit is contained in:
Chris Kim
2019-11-25 17:16:08 +09:00
committed by Gerrit Code Review

View File

@@ -133,6 +133,27 @@
size = <0x0 0x04000000>;
alignment = <0x0 0x400000>;
};
galcore_reserved:linux,galcore {
compatible = "shared-dma-pool";
reusable;
size = <0x1000000>;
alignment = <0x400000>;
linux,contiguous-region;
};
isp_cma_reserved:linux,isp_cma {
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x06800000>;
alignment = <0x400000>;
};
adapt_cma_reserved:linux,adapt_cma {
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x01800000>;
alignment = <0x400000>;
};
};
cvbsout {