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

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

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

parents 745ed06f b7c1a797
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>;
			};
		};
	};