ODROID-N2: arm/dts: add missing reserved memory to prevent unknown crash

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If8b6b1835dce5bb6723b2b356f8340454aa402df
This commit is contained in:
Dongjin Kim
2019-11-22 17:48:19 +09:00
parent 855cec03a2
commit 128f6fb841

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 {