Merge "ARM: dts: msm: put dependency of dma-heap on SCM"

This commit is contained in:
qctecmdr
2024-05-10 22:04:48 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
&soc { &soc {
qcom,dma-heaps { qcom,dma-heaps {
compatible = "qcom,dma-heaps"; compatible = "qcom,dma-heaps";
depends-on-supply = <&qcom_scm>;
qcom,qseecom { qcom,qseecom {
qcom,dma-heap-name = "qcom,qseecom"; qcom,dma-heap-name = "qcom,qseecom";

View File

@@ -351,7 +351,7 @@
}; };
&firmware { &firmware {
scm { qcom_scm: scm {
compatible = "qcom,scm"; compatible = "qcom,scm";
qcom,dload-mode = <&tcsr 0x13000>; qcom,dload-mode = <&tcsr 0x13000>;
}; };