ARM: dts: msm: Define qcom,display heap for sun
The qcom,display heap is used for camera usecases. Change-Id: Ib937670c33284fb2dc624258fd8e5978b4405ace Signed-off-by: Vijay Kumar Tumati <vtumati@quicinc.com> Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
&soc {
|
&soc {
|
||||||
qcom,dma-heaps {
|
qcom,dma-heaps {
|
||||||
compatible = "qcom,dma-heaps";
|
compatible = "qcom,dma-heaps";
|
||||||
|
|
||||||
|
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>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,qseecom {
|
qcom,qseecom {
|
||||||
qcom,dma-heap-name = "qcom,qseecom";
|
qcom,dma-heap-name = "qcom,qseecom";
|
||||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||||
|
@@ -3384,6 +3384,14 @@
|
|||||||
size = <0x0 0xC00000>;
|
size = <0x0 0xC00000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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>;
|
||||||
|
};
|
||||||
|
|
||||||
kinfo_mem: debug_kinfo_region {
|
kinfo_mem: debug_kinfo_region {
|
||||||
alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>;
|
alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>;
|
||||||
size = <0x0 0x1000>;
|
size = <0x0 0x1000>;
|
||||||
|
Reference in New Issue
Block a user