From: Tero Kristo Date: Thu, 7 Dec 2017 08:46:35 +0000 (+0200) Subject: ARM: dts: omap4: add fck under timer1 X-Git-Tag: v4.16-rc1~100^2~56^2~18 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=dc06f7ceb77116b82decadc04e4316be380c4cc2;p=linux.git ARM: dts: omap4: 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 omap4 transitions away from hwmod data and towards the clkctrl clocks. Signed-off-by: Tero Kristo Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 1dc5a76b3c71..56fdde35a120 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -973,6 +973,8 @@ timer1: timer@4a318000 { interrupts = ; ti,hwmods = "timer1"; ti,timer-alwon; + clocks = <&dmt1_clk_mux>; + clock-names = "fck"; }; timer2: timer@48032000 {