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

Commit 06d30b33 authored by Mao Jinlong's avatar Mao Jinlong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add etm0 node for sdxpoorwills



Add coresight-etm0 for ETM of CPU0 on sdxpoorwills

CRs-Fixed: 2212749
Change-Id: Ia6fe939f3c0ba27ce97c71f9de4380919f4cb875
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent adf7e72a
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -520,6 +520,34 @@
						<&tpda_modem_out_funnel_in1>;
				};
			};

			port@4 {
				reg = <0>;
				funnel_in1_in_etm0: endpoint {
					slave-mode;
					remote-endpoint =
						<&etm0_out_funnel_in1>;
				};
			};
		};
	};

	etm0: etm@7002000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b956>;

		reg = <0x7002000 0x1000>;
		cpu = <&CPU0>;

		coresight-name = "coresight-etm0";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		port {
			etm0_out_funnel_in1: endpoint {
				remote-endpoint = <&funnel_in1_in_etm0>;
			};
		};
	};