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

Commit 26fa79a2 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 sensor ETM support on SDM670"

parents 174a68f6 5120a4dd
Loading
Loading
Loading
Loading
+24 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, 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
@@ -169,6 +169,15 @@
			};

			port@1 {
				reg = <6>;
				funnel_swao_in_sensor_etm0: endpoint {
					slave-mode;
					remote-endpoint=
						<&sensor_etm0_out_funnel_swao>;
				};
			};

			port@2 {
				reg = <7>;
				funnel_swao_in_tpda_swao: endpoint {
					slave-mode;
@@ -2059,6 +2068,20 @@
		};
	};

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

		coresight-name = "coresight-sensor-etm0";
		qcom,inst-id = <8>;

		port {
			sensor_etm0_out_funnel_swao: endpoint {
				remote-endpoint =
					<&funnel_swao_in_sensor_etm0>;
			};
		};
	};

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