ARM: dts: msm: add display heap region for monaco

This change adds display heap region for monaco target

Change-Id: I4fbb304781c8cb8b7d086c14e1c137c88f49524a
This commit is contained in:
Sai Srujana Oruganti
2022-10-18 15:15:11 +05:30
committed by Gerrit - the friendly Code Review server
parent d1e404a5f0
commit 06c9b07586
2 changed files with 15 additions and 0 deletions

View File

@@ -21,5 +21,12 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&user_contig_mem>;
};
qcom,display {
qcom,dma-heap-name = "qcom,display";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
qcom,max-align = <9>;
memory-region = <&non_secure_display_memory>;
};
};
};

View File

@@ -273,6 +273,14 @@
status = "disabled";
};
non_secure_display_memory: non_secure_display_region {
compatible = "shared-dma-pool";
reusable;
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
size = <0x0 0xa400000>;
alignment = <0x0 0x400000>;
};
splash_memory: splash_region@5c000000 {
reg = <0x0 0x5c000000 0x0 0x00f00000>;
label = "cont_splash_region";