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

Commit 0008694f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add remote debugger support"

parents 7a3314c3 ec09a4d9
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,17 @@
			#interrupt-cells = <2>;
		};

		smp2p_rdbg2_out: qcom,smp2p-rdbg2-out {
			qcom,entry-name = "rdbg";
			#qcom,smem-state-cells = <1>;
		};

		smp2p_rdbg2_in: qcom,smp2p-rdbg2-in {
			qcom,entry-name = "rdbg";
			interrupt-controller;
			#interrupt-cells = <2>;
		};

	};

	qcom,smp2p-modem {
@@ -1072,6 +1083,18 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		smp2p_rdbg5_out: qcom,smp2p-rdbg5-out {
			qcom,entry-name = "rdbg";
			#qcom,smem-state-cells = <1>;
		};

		smp2p_rdbg5_in: qcom,smp2p-rdbg5-in {
			qcom,entry-name = "rdbg";
			interrupt-controller;
			#interrupt-cells = <2>;
		};

	};

	rpm_msg_ram: memory@045f0000 {
@@ -1889,3 +1912,6 @@
&qupv3_se9_2uart {
	status = "ok";
};

#include "msm-rdbg.dtsi"