diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-12-07 11:46:40 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-11 19:28:31 +0300 |
commit | ed839c3664cb308144fe70a3a95813ab59a03dfb (patch) | |
tree | eb034b5668fb6a13e5c3ebdaf1d0826b0300e1cf | |
parent | 5277c033af429536c5d145ce7c060e77446212e1 (diff) | |
download | linux-ed839c3664cb308144fe70a3a95813ab59a03dfb.tar.xz |
ARM: dts: dm816x: add fck under timers1/2
Add the functional clock definition for timers1/2. This is needed so that
the clock rate claculations continue to function properly once dm816x
transitions away from hwmod data and towards the clkctrl clocks.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 566b2a8c8b96..12edb8f976b7 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -331,6 +331,8 @@ interrupts = <67>; ti,hwmods = "timer1"; ti,timer-alwon; + clocks = <&timer1_fck>; + clock-names = "fck"; }; timer2: timer@48040000 { @@ -338,6 +340,8 @@ reg = <0x48040000 0x2000>; interrupts = <68>; ti,hwmods = "timer2"; + clocks = <&timer2_fck>; + clock-names = "fck"; }; timer3: timer@48042000 { |