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

Commit b7c1a797 authored by muluhe's avatar muluhe Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add wcss tpdm node for sm8150



Enable tpdm wcss node for sm8150, it is used for WCSS subsystem debug.

Change-Id: I302af35be117139b118a799015e413ad7e3497da
Signed-off-by: default avatarmuluhe <muluhe@codeaurora.org>
parent 6401e390
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1099,6 +1099,28 @@
					<&tpda_dl_north_out_funnel_dl_north>;
				};
			};

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

	tpdm_wcss: tpdm@699c000 {
		compatible = "qcom,coresight-dummy";

		coresight-name = "coresight-tpdm-wcss";
		qcom,dummy-source;

		port {
			tpdm_wcss_out_funnel_dl_north: endpoint {
				remote-endpoint = <&funnel_dl_north_in_tpdm_wcss>;
			};
		};
	};