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

Commit 9fc055e8 authored by Mao Jinlong's avatar Mao Jinlong
Browse files

ARM: dts: msm: Add ipcb tgu for atoll



Add ipcb tgu for atoll to support tgu config.

Change-Id: Ie798a02f22d810abc9b360c4ecb00b5587fe4903
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent 39426c3b
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2976,4 +2976,20 @@
			};
		};
	};

	ipcb_tgu: tgu@6b0b000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b999>;
		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 = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";
	};
};