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

Commit 1d2c2dd5 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 support for audio ETM for SDM845" into msm-4.9

parents 8db05a5b c528e7f9
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -767,6 +767,15 @@
					    <&tpdm_lpass_out_funnel_lpass>;
				};
			};

			port@2 {
				reg = <1>;
				funnel_lpass_in_audio_etm0: endpoint {
					slave-mode;
					remote-endpoint =
					    <&audio_etm0_out_funnel_lpass>;
				};
			};
		};
	};

@@ -1770,6 +1779,19 @@
		};
	};

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

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

		port {
			audio_etm0_out_funnel_lpass: endpoint {
				remote-endpoint = <&funnel_lpass_in_audio_etm0>;
			};
		};
	};

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