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

Commit c06f3cd5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add audio etm on sdm670"

parents 305ea055 f2d195e6
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -468,6 +468,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;
@@ -1938,6 +1947,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>;