Merge "ARM: dts: msm: Add secure display dma buf heap for Lemans"

This commit is contained in:
qctecmdr
2022-11-11 00:21:28 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 14 additions and 0 deletions

View File

@@ -24,6 +24,12 @@
memory-region = <&non_secure_display_memory>;
};
qcom,secure_display {
qcom,dma-heap-name = "qcom,secure-display";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&secure_display_memory>;
};
qcom,adsp {
qcom,dma-heap-name = "qcom,adsp";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;

View File

@@ -423,6 +423,14 @@
alignment = <0x0 0x400000>;
};
secure_display_memory: secure_display_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0xA000000>;
};
user_contig_mem: user_contig_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;