ARM: dts: msm: add display heap for Anorak

This change adds display heap regions for anarok target.

Change-Id: Ic673bfa9d3335d34b5ca06adf3e00871fda7c6ba
This commit is contained in:
Kalyan Thota
2022-09-15 05:30:38 -07:00
parent c3e99f4c0e
commit 46e95b5c3e
2 changed files with 15 additions and 0 deletions

View File

@@ -52,5 +52,12 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_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

@@ -372,6 +372,14 @@
alignment = <0x0 0x400000>;
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>;
};
};
&firmware {