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

Commit 06932cba authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

ARM: dts: msm: add remote debugger support for sm6150



Add remote debugger device configuration. The Remote Debugger driver
allows a debugger running on a host PC to communicate with a remote
stub running on peripheral subsystems.

Change-Id: I2dbba0c039b9734a1c2970a8cf73a25219cb9eba
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 871eac76
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -2268,6 +2268,17 @@
			interrupt-controller;
			#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-cdsp {
@@ -2288,6 +2299,17 @@
			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>;
		};
	};

	thermal_zones: thermal-zones {};
@@ -3163,7 +3185,7 @@
#include "sm6150-audio.dtsi"
#include "sm6150-sde-pll.dtsi"
#include "sm6150-sde.dtsi"

#include "msm-rdbg.dtsi"
&msm_vidc {
	qcom,cx-ipeak-data = <&cx_ipeak_lm 4>;
	qcom,clock-freq-threshold = <380000000>;