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

Commit 85db5e05 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add spss etm for sm8150"

parents 19159a9a 3196edae
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>;