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

Commit f2d195e6 authored by Saranya Chidura's avatar Saranya Chidura
Browse files

ARM: dts: msm: add audio etm on sdm670



LPASS ATB trace which is the SSC ETM trace,
are collected by audio ETM.

Change-Id: Iab0676d4236eca5057fd2644ea058e32b537d691
Signed-off-by: default avatarSaranya Chidura <schidura@codeaurora.org>
parent 739b514f
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -277,6 +277,15 @@
			};

			port@1 {
				reg = <0>;
				funnel_in1_in_audio_etm0: endpoint {
					slave-mode;
					remote-endpoint =
						<&audio_etm0_out_funnel_in1>;
				};
			};

			port@2 {
				reg = <3>;
				funnel_in1_in_funnel_modem: endpoint {
					slave-mode;
@@ -1621,6 +1630,20 @@
		};
	};

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

		coresight-name = "coresight-audio-etm0";
		qcom,inst-id = <2>;

		port {
			audio_etm0_out_funnel_in1: endpoint {
				remote-endpoint =
					<&funnel_in1_in_audio_etm0>;
			};
		};
	};

	funnel_apss_merg: funnel@7810000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;