mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
Merge "ODROID-N2: arm/dts: add missing reserved memory to prevent unknown crash" into odroidn2-4.9.y-android
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user