ARM: dts: msm: fix ipa smp2p node issue

move the IPA smp2p entry under smp2p-modem.

Change-Id: I7872ab9f92a552df483831ddfd65e7d9241bee1b
This commit is contained in:
Bojun Pan
2020-01-14 17:22:23 -08:00
parent 2f0950d3f4
commit e1a1dcdbd1

View File

@@ -24,18 +24,6 @@
#interrupt-cells = <2>;
};
smp2p_ipa_1_out: qcom,smp2p-ipa-1-out {
qcom,entry-name = "ipa";
#qcom,smem-state-cells = <1>;
};
/* ipa - inbound entry from mss */
smp2p_ipa_1_in: qcom,smp2p-ipa-1-in {
qcom,entry-name = "ipa";
interrupt-controller;
#interrupt-cells = <2>;
};
};
qcom,smp2p-dsps {
@@ -113,5 +101,17 @@
interrupt-controller;
#interrupt-cells = <2>;
};
smp2p_ipa_1_out: qcom,smp2p-ipa-1-out {
qcom,entry-name = "ipa";
#qcom,smem-state-cells = <1>;
};
/* ipa - inbound entry from mss */
smp2p_ipa_1_in: qcom,smp2p-ipa-1-in {
qcom,entry-name = "ipa";
interrupt-controller;
#interrupt-cells = <2>;
};
};
};