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

Enforce dependency of dma heap driver on SCM driver
without which it will not work and this is in
the preparation of adding interconnect voting
in SCM node which if it gets added without this
change dma heap driver can result in NULL pointer
issue.

Change-Id: I641e2e1c7692dfd52dd1efa75064fbc8f2228fe2
Signed-off-by: Sayali Patil <quic_sayapati@quicinc.com>
This commit is contained in:
Sayali Patil
2024-05-08 15:40:57 +05:30
parent 639c8091f5
commit 573e7046af
2 changed files with 2 additions and 1 deletions

View File

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

View File

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