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

Commit 205b902f authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add the port number, cti and etm nodes for modem on 8940



Add the port information, CTI and ETM device nodes of scalar modem and
update the details for vector modem to collect and controlling of traces
on 8940 target.

Change-Id: I9d20d5516ec1117319423f9f1645bda70749f8bf
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent 44abdf76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@
		qcom,inst-id = <5>;
	};

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

		coresight-id = <51>;
+40 −0
Original line number Diff line number Diff line
@@ -92,3 +92,43 @@
&reloc_mem {
	reg = <0x0 0x8d200000 0x0 0x1800000>;
};

&funnel_apss {
	coresight-child-ports = <3>;
};

/* MSS_SCL */
&modem_etm0 {
	coresight-child-ports = <2>;
	qcom,inst-id = <11>;
};

&soc {
	cti_modem_cpu1: cti@6128000{
		compatible = "arm,coresight-cti";
		reg = <0x6128000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <59>;
		coresight-name = "coresight-cti-modem-cpu1";
		coresight-nr-inports = <0>;

		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	/* MSS_VEC */
	modem_etm1 {
		compatible = "qcom,coresight-remote-etm";

		coresight-id = <60>;
		coresight-name = "coresight-modem-etm1";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_right>;
		coresight-child-ports = <1>;

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