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

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

Merge "ARM: dts: msm: Add ipcb tgu for atoll"

parents 0424856a 9fc055e8
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";
	};
};