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

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

Merge "ARM: dts: msm: Remove funnel SSC for sm8150"

parents 80843f27 7774be33
Loading
Loading
Loading
Loading
+4 −39
Original line number Diff line number Diff line
@@ -199,10 +199,10 @@
			};
			port@1 {
				reg = <5>;
				funnel_swao_in_funnel_ssc: endpoint {
				funnel_swao_in_ssc_etm0: endpoint {
					slave-mode;
					remote-endpoint=
						<&funnel_ssc_out_funnel_swao>;
						<&ssc_etm0_out_funnel_swao>;
				};
			};
			port@2 {
@@ -2388,9 +2388,9 @@
		qcom,inst-id = <8>;

		port {
			ssc_etm0_out_funnel_ssc: endpoint {
			ssc_etm0_out_funnel_swao: endpoint {
				remote-endpoint =
					<&funnel_ssc_in_ssc_etm0>;
					<&funnel_swao_in_ssc_etm0>;
			};
		};
	};
@@ -2715,39 +2715,4 @@
			};
		};
	};

	funnel_ssc: funnel@6b14000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;

		reg = <0x6b14000 0x1000>;
		reg-names = "funnel-base";

		coresight-name = "coresight-funnel-ssc";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				funnel_ssc_out_funnel_swao: endpoint {
					remote-endpoint =
					    <&funnel_swao_in_funnel_ssc>;
				};
			};

			port@1 {
				reg = <0>;
				funnel_ssc_in_ssc_etm0: endpoint {
					slave-mode;
					remote-endpoint =
					    <&ssc_etm0_out_funnel_ssc>;
				};
			};
		};
	};
};