Files
android_kernel_oneplus_sm86…/qcom/pitti-dma-heaps.dtsi
kundan kumar 6158f59e61 ARM: dts: msm:Fix shmbridge crashes in pitti
Corrected dma-heaps braces.
Test: build compilation, device bootup.

Change-Id: I57f67d705ea9239daf25156b7d4a117bc5c9ff6c
2024-02-10 11:06:27 -08:00

27 lines
619 B
Plaintext

#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
non_secure_display_dma_buf: 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,dma-heap-name = "qcom,qseecom";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_mem>;
};
qcom,qseecom_ta {
qcom,dma-heap-name = "qcom,qseecom-ta";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
};
};
};