Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1a1dcdb authored by Bojun Pan's avatar Bojun Pan
Browse files

ARM: dts: msm: fix ipa smp2p node issue

move the IPA smp2p entry under smp2p-modem.

Change-Id: I7872ab9f92a552df483831ddfd65e7d9241bee1b
parent 2f0950d3
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};