mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user