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

Commit 582d6870 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 support for turing ETM on SDM845" into msm-4.9

parents 08963774 2c67f5cc
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -1081,6 +1081,15 @@
					    <&tpdm_turing_out_funnel_turing>;
				};
			};

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

@@ -1704,6 +1713,20 @@
		clock-names = "apb_pclk";
	};

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

		coresight-name = "coresight-turing-etm0";
		qcom,inst-id = <1>;

		port{
			turing_etm0_out_funnel_turing: endpoint {
				remote-endpoint =
					<&funnel_turing_in_turing_etm0>;
			};
		};
	};

	dummy_eud: dummy_sink {
		compatible = "qcom,coresight-dummy";