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

Commit 60bdbbc4 authored by Tao,Zhang's avatar Tao,Zhang
Browse files

ARM: dts: msm: Add tgu ipcb node for lagoon

Add tgu ipcb node for lagoon. Otherwise, iPCB data cannot be collected
over QTF for AOP analysis.

Change-Id: I3502bd2f143add60d1b0160e6f4ce8968987192e
parent 482e6c3e
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -3018,4 +3018,20 @@
		clock-names = "apb_pclk";
	};

	ipcb_tgu: tgu@6b0b000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb999>;
		reg = <0x06b0b000 0x1000>;
		reg-names = "tgu-base";
		tgu-steps = <3>;
		tgu-conditions = <4>;
		tgu-regs = <4>;
		tgu-timer-counters = <8>;

		coresight-name = "coresight-tgu-ipcb";

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

};