diff options
author | Tero Kristo <[email protected]> | 2017-12-07 10:46:34 +0200 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2017-12-11 08:28:26 -0800 |
commit | af8800c953b6ec3e2bac0ebe1010f8e8da1b51a4 (patch) | |
tree | 6a39036c522fa3f70d2a2c15af62a8e867991e71 | |
parent | 998601de3c05fb02795d6d9cb1d4dcb25a6019a1 (diff) |
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: Tero Kristo <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 4cd0005e462f..404c78ffba6d 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -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 { |