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

Commit 8ac52988 authored by Yuanfang Zhang's avatar Yuanfang Zhang
Browse files

ARM: dts: msm: Correct name of tpdm ACTPM on holi

The coresight TPDM name for ACTPM is spelled wrong as ACPTM, this
change fix this issue.

Change-Id: I0d5d6b3d40ac2b705a98a2b33ac49e7ccefc6bcf
parent 026a95fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -353,13 +353,13 @@
		};
	};

	tpdm_acptm: tpdm@9860000 {
	tpdm_actpm: tpdm@9860000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb968>;
		reg = <0x9860000 0x1000>;
		reg-names = "tpdm-base";

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

		clocks = <&rpmcc RPM_SMD_QDSS_CLK>;
		clock-names = "apb_pclk";