From e1a1dcdbd114e02fcb97be576ecd6ed25458b510 Mon Sep 17 00:00:00 2001 From: Bojun Pan Date: Tue, 14 Jan 2020 17:22:23 -0800 Subject: [PATCH] ARM: dts: msm: fix ipa smp2p node issue move the IPA smp2p entry under smp2p-modem. Change-Id: I7872ab9f92a552df483831ddfd65e7d9241bee1b --- qcom/lahaina-smp2p.dtsi | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/qcom/lahaina-smp2p.dtsi b/qcom/lahaina-smp2p.dtsi index 3941781b..f65dac61 100644 --- a/qcom/lahaina-smp2p.dtsi +++ b/qcom/lahaina-smp2p.dtsi @@ -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>; + }; }; };