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

Commit af8800c9 authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren
Browse files

ARM: dts: omap5: add fck under timer1



Add the functional clock definition for timer1. This is needed so that
the clock rate calculations continue to function properly once omap5
transitions away from hwmod data and towards the clkctrl clocks.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 998601de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -734,6 +734,8 @@
			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
			ti,hwmods = "timer1";
			ti,timer-alwon;
			clocks = <&timer1_gfclk_mux>;
			clock-names = "fck";
		};

		timer2: timer@48032000 {