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

Commit 58f8ada7 authored by Mao Jinlong's avatar Mao Jinlong
Browse files

ARM: dts: msm: Add tpdm lpass for sdm670



Add tpdm lpass for sdm670 to support lpass HW event capture.

Change-Id: I6f18f3284f1d32baec1064ef840c01c069bd994c
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent dcabf124
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -494,6 +494,15 @@
						<&audio_etm0_out_funnel_in1>;
				};
			};

			port@2 {
				reg = <0>;
				funnel_in1_in_tpdm_lpass: endpoint {
					slave-mode;
					remote-endpoint =
					<&tpdm_lpass_out_funnel_in1>;
				};
			};
		};
	};

@@ -2089,6 +2098,18 @@
		};
	};

	tpdm_lpass: tpdm@6b16000 {
		compatible = "qcom,coresight-dummy";
		coresight-name = "coresight-tpdm-lpass";

		qcom,dummy-source;
		port {
			tpdm_lpass_out_funnel_in1: endpoint {
				remote-endpoint = <&funnel_in1_in_tpdm_lpass>;
			};
		};
	};

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