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

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

ARM: dts: msm: Correct connection of the tpdm modems for TRINKET



Correct connection of the tpdm modems for TRINKET to make modem HW
events work.

Change-Id: Ie1d1242d319044179dd5546f92136bc580520571
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent ccc4db28
Loading
Loading
Loading
Loading
+19 −19
Original line number Original line Diff line number Diff line
@@ -750,10 +750,10 @@


			port@2 {
			port@2 {
				reg = <4>;
				reg = <4>;
				funnel_qatb_in_funnel_monaq: endpoint {
				funnel_qatb_in_funnel_monaq_1: endpoint {
					slave-mode;
					slave-mode;
					remote-endpoint =
					remote-endpoint =
					    <&funnel_monaq_out_funnel_qatb>;
					    <&funnel_monaq_1_out_funnel_qatb>;
				};
				};
			};
			};


@@ -827,10 +827,10 @@


			port@2 {
			port@2 {
				reg = <3>;
				reg = <3>;
				tpda_in_funnel_monaq_1: endpoint {
				tpda_in_funnel_monaq: endpoint {
					slave-mode;
					slave-mode;
					remote-endpoint =
					remote-endpoint =
						<&funnel_monaq_1_out_tpda>;
						<&funnel_monaq_out_tpda>;
				};
				};
			};
			};


@@ -1039,18 +1039,18 @@


			port@0 {
			port@0 {
				reg = <0>;
				reg = <0>;
				funnel_monaq_1_out_tpda: endpoint {
				funnel_monaq_1_out_funnel_qatb: endpoint {
					remote-endpoint =
					remote-endpoint =
					<&tpda_in_funnel_monaq_1>;
					<&funnel_qatb_in_funnel_monaq_1>;
				};
				};
			};
			};


			port@1 {
			port@1 {
				reg = <0>;
				reg = <6>;
				funnel_monaq_1_in_tpdm_monaq: endpoint {
				funnel_monaq_1_in_modem_etm0: endpoint {
					slave-mode;
					slave-mode;
					remote-endpoint =
					remote-endpoint =
					    <&tpdm_monaq_out_funnel_monaq_1>;
					<&modem_etm0_out_funnel_monaq_1>;
				};
				};
			};
			};


@@ -1077,9 +1077,9 @@
		clock-names = "apb_pclk";
		clock-names = "apb_pclk";


		port {
		port {
			tpdm_monaq_out_funnel_monaq_1: endpoint {
			tpdm_monaq_out_funnel_monaq: endpoint {
				remote-endpoint =
				remote-endpoint =
				<&funnel_monaq_1_in_tpdm_monaq>;
				<&funnel_monaq_in_tpdm_monaq>;
			};
			};
		};
		};
	};
	};
@@ -1173,7 +1173,7 @@


		coresight-name = "coresight-tpda-modem-1";
		coresight-name = "coresight-tpda-modem-1";


		qcom,tpda-atid = <67>;
		qcom,tpda-atid = <98>;
		qcom,dsb-elem-size = <0 32>;
		qcom,dsb-elem-size = <0 32>;
		qcom,cmb-elem-size = <0 64>;
		qcom,cmb-elem-size = <0 64>;


@@ -1258,18 +1258,18 @@


			port@0 {
			port@0 {
				reg = <0>;
				reg = <0>;
				funnel_monaq_out_funnel_qatb: endpoint {
				funnel_monaq_out_tpda: endpoint {
					remote-endpoint =
					remote-endpoint =
					    <&funnel_qatb_in_funnel_monaq>;
					    <&tpda_in_funnel_monaq>;
				};
				};
			};
			};


			port@1 {
			port@1 {
				reg = <6>;
				reg = <0>;
				funnel_monaq_in_modem_etm0: endpoint {
				funnel_monaq_in_tpdm_monaq: endpoint {
					slave-mode;
					slave-mode;
					remote-endpoint =
					remote-endpoint =
					<&modem_etm0_out_funnel_monaq>;
					<&tpdm_monaq_out_funnel_monaq>;
				};
				};
			};
			};
		};
		};
@@ -1503,9 +1503,9 @@
		qcom,inst-id = <2>;
		qcom,inst-id = <2>;


		port {
		port {
			modem_etm0_out_funnel_monaq: endpoint {
			modem_etm0_out_funnel_monaq_1: endpoint {
				remote-endpoint =
				remote-endpoint =
					<&funnel_monaq_in_modem_etm0>;
					<&funnel_monaq_1_in_modem_etm0>;
			};
			};
		};
		};
	};
	};