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

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

Merge "ARM: dts: msm: add actpm tpdm on kona"

parents 7a816233 d3d3112d
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
@@ -1233,6 +1233,15 @@
			};

			port@3 {
				reg = <2>;
				tpda_apss_in_tpdm_actpm: endpoint {
					slave-mode;
					remote-endpoint =
					       <&tpdm_actpm_out_tpda_apss>;
				};
			};

			port@4 {
				reg = <3>;
				tpda_apss_in_tpdm_apss: endpoint {
					slave-mode;
@@ -1281,12 +1290,31 @@
		};
	};

	tpdm_apss: tpdm@7860000 {
	tpdm_actpm: tpdm@7860000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb968>;
		reg = <0x7860000 0x1000>;
		reg-names = "tpdm-base";

		coresight-name = "coresight-tpdm-actpm";

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

		port {
			tpdm_actpm_out_tpda_apss: endpoint {
				remote-endpoint =
					<&tpda_apss_in_tpdm_actpm>;
			};
		};
	};

	tpdm_apss: tpdm@7861000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb968>;
		reg = <0x7861000 0x1000>;
		reg-names = "tpdm-base";

		coresight-name = "coresight-tpdm-apss";

		clocks = <&clock_aop QDSS_CLK>;