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

This change adds display heap region for Khaje target

Change-Id: I4e93c235e4ccde11990a0ca05d3d949d37774059
This commit is contained in:
Vinoth Jayaram
2022-09-13 17:14:24 +05:30
parent af44685a90
commit c2ffd6c861
2 changed files with 14 additions and 0 deletions

View File

@@ -34,5 +34,11 @@
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

@@ -506,6 +506,14 @@
size = <0x0 0x1000000>;
};
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>;
};
qseecom_mem: qseecom_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;