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

Commit 3196edae authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

ARM: dts: msm: add spss etm for sm8150



Add spss etm as dummy source for sm8150. It enables related
funnels for spss etm.

Change-Id: I79deb40b899a8b8f6dd976be3f8a91d5fdb86494
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 755d9a0a
Loading
Loading
Loading
Loading
+23 −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
@@ -1227,6 +1227,15 @@
					<&tpda_spss_out_funnel_spss>;
				};
			};

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

@@ -1284,6 +1293,19 @@
		};
	};

	spss_etm0 {
		compatible = "qcom,coresight-dummy";

		coresight-name = "coresight-spss-etm0";
		qcom,dummy-source;

		port {
			spss_etm0_out_funnel_spss: endpoint {
				remote-endpoint = <&funnel_spss_in_spss_etm0>;
			};
		};
	};

	tpdm_qm: tpdm@69d0000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b968>;