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

Commit d13e25cc authored by Mao Jinlong's avatar Mao Jinlong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add tpdm lpass lpi for lahaina

Add tpdm lpass lpi as dummy node to support tpdm lpass lpi
HW events.

Change-Id: Ic3d4f1009a1dacaf56d5d6f146e7061847a51f3f
parent 4fb85a05
Loading
Loading
Loading
Loading
+59 −8
Original line number Diff line number Diff line
@@ -170,6 +170,57 @@
		};
	};

	tpdm_lpass_lpi: tpdm@6b46000 {
		compatible = "qcom,coresight-dummy";

		coresight-name = "coresight-tpdm-lpass-lpi";
		qcom,dummy-source;

		out-ports {
			port {
				tpdm_lpass_lpi_out_funnel_lpass_lpi: endpoint {
					remote-endpoint =
					<&funnel_lpass_lpi_in_tpdm_lpass_lpi>;
				};
			};
		};
	};

	funnel_lpass_lpi: funnel@6b44000 {
		compatible = "arm,coresight-static-funnel";
		coresight-name = "coresight-funnel-lpass_lpi";

		out-ports {
			port {
				funnel_lpass_lpi_out_funnel_swao: endpoint {
					remote-endpoint =
					<&funnel_swao_in_funnel_lpass_lpi>;
				};
			};
		};

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

			port@0 {
				reg = <0>;
				funnel_lpass_lpi_in_audio_etm0: endpoint {
					remote-endpoint =
					<&audio_etm0_out_funnel_lpass_lpi>;
				};
			};

			port@5 {
				reg = <5>;
				funnel_lpass_lpi_in_tpdm_lpass_lpi: endpoint {
					remote-endpoint =
					<&tpdm_lpass_lpi_out_funnel_lpass_lpi>;
				};
			};
		};
	};

	funnel_swao: funnel@6b04000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb908>;
@@ -195,9 +246,9 @@

			port@5 {
				reg = <5>;
				funnel_swao_in_audio_etm0: endpoint {
				funnel_swao_in_funnel_lpass_lpi: endpoint {
					remote-endpoint =
						<&audio_etm0_out_funnel_swao>;
					<&funnel_lpass_lpi_out_funnel_swao>;
				};
			};

@@ -2526,9 +2577,9 @@

		out-ports {
			port {
				audio_etm0_out_funnel_swao: endpoint {
				audio_etm0_out_funnel_lpass_lpi: endpoint {
					remote-endpoint =
						<&funnel_swao_in_audio_etm0>;
					<&funnel_lpass_lpi_in_audio_etm0>;
				};
			};
		};