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>; + }; }; };