gdc: add gdc reserved memory

PD#173042: gdc: add gdc reserved memory

Change-Id: I1463fe2fba58b2d72a0b616352d81ff98e49b0b4
Signed-off-by: Keke Li <keke.li@amlogic.com>
This commit is contained in:
keke.li
2018-09-03 16:55:58 +08:00
committed by Jianxin Pan
parent 52c5f36978
commit 66fb886270

View File

@@ -157,7 +157,7 @@
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x0 0x10000000>;
size = <0x0 0x1f000000>;
alignment = <0x0 0x400000>;
};
@@ -168,6 +168,13 @@
size = <0x0 0x03000000>;
alignment = <0x0 0x400000>;
};
gdc_cma_reserved:linux,gdc_cma {
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x0 0x04000000>;
alignment = <0x0 0x400000>;
};
};
galcore {
status = "okay";
@@ -758,6 +765,11 @@
memory-region = <&adapt_cma_reserved>;
};
&gdc {
status = "okay";
memory-region = <&gdc_cma_reserved>;
};
&meson_fb {
status = "okay";
display_size_default = <1920 1080 1920 2160 32>;