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

Commit 5c3d8200 authored by Shaoqing Liu's avatar Shaoqing Liu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add coresight dt nodes for remote processors for mdmfermium



Add CoreSight device tree nodes for remote processors ETMs required
for supporting ETM trace on these processors.

Change-Id: Ib2967cfdb8225771d94c9c62e61e2c4cbf30ab11
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent 14d97c56
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -345,4 +345,30 @@
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	rpm_etm0 {
		compatible = "qcom,coresight-remote-etm";

		coresight-id = <21>;
		coresight-name = "coresight-rpm-etm0";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <0>;

		qcom,inst-id = <4>;
	};

	modem_etm0 {
		compatible = "qcom,coresight-remote-etm";

		coresight-id = <22>;
		coresight-name = "coresight-modem-etm0";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <2>;

		qcom,inst-id = <2>;
	};
};