Merge "ARM: dts: msm: put dependency of dma-heap on SCM"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
23bdce7154
@@ -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,display {
|
qcom,display {
|
||||||
qcom,dma-heap-name = "qcom,display";
|
qcom,dma-heap-name = "qcom,display";
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
&soc {
|
&soc {
|
||||||
qcom,dma-heaps {
|
qcom,dma-heaps {
|
||||||
compatible = "qcom,dma-heaps";
|
compatible = "qcom,dma-heaps";
|
||||||
|
depends-on-supply = <&qcom_scm>;
|
||||||
|
|
||||||
qcom,tui {
|
qcom,tui {
|
||||||
qcom,dma-heap-name = "qcom,tui";
|
qcom,dma-heap-name = "qcom,tui";
|
||||||
|
@@ -235,7 +235,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
firmware: firmware {
|
firmware: firmware {
|
||||||
scm {
|
qcom_scm: qcom_scm {
|
||||||
compatible = "qcom,scm";
|
compatible = "qcom,scm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -53,7 +53,9 @@
|
|||||||
qcom,qmp = <&aoss_qmp>;
|
qcom,qmp = <&aoss_qmp>;
|
||||||
};
|
};
|
||||||
|
|
||||||
firmware: firmware { };
|
firmware: firmware {
|
||||||
|
qcom_scm: qcom_scm { };
|
||||||
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
@@ -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,display {
|
qcom,display {
|
||||||
qcom,dma-heap-name = "qcom,display";
|
qcom,dma-heap-name = "qcom,display";
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
&soc {
|
&soc {
|
||||||
qcom,dma-heaps {
|
qcom,dma-heaps {
|
||||||
compatible = "qcom,dma-heaps";
|
compatible = "qcom,dma-heaps";
|
||||||
|
depends-on-supply = <&qcom_scm>;
|
||||||
|
|
||||||
qcom,tui {
|
qcom,tui {
|
||||||
qcom,dma-heap-name = "qcom,tui";
|
qcom,dma-heap-name = "qcom,tui";
|
||||||
|
@@ -283,7 +283,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
firmware: firmware {
|
firmware: firmware {
|
||||||
scm {
|
qcom_scm: qcom_scm {
|
||||||
compatible = "qcom,scm";
|
compatible = "qcom,scm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -45,7 +45,9 @@
|
|||||||
mmc1 = &sdhc_2; /* SDC2 SD card slot */
|
mmc1 = &sdhc_2; /* SDC2 SD card slot */
|
||||||
};
|
};
|
||||||
|
|
||||||
firmware: firmware { };
|
firmware: firmware {
|
||||||
|
qcom_scm: qcom_scm { };
|
||||||
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
@@ -303,7 +305,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&firmware {
|
&firmware {
|
||||||
qcom-scm {
|
qcom_scm {
|
||||||
compatible = "qcom,scm";
|
compatible = "qcom,scm";
|
||||||
qcom,dload-mode = <&tcsr 0x19000>;
|
qcom,dload-mode = <&tcsr 0x19000>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user