mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
d1e404a5f0
commit
06c9b07586
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user