summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-12-07 10:46:35 +0200
committerTony Lindgren <tony@atomide.com>2017-12-11 08:28:27 -0800
commitdc06f7ceb77116b82decadc04e4316be380c4cc2 (patch)
treed9f5ed675cffb5fcda23dc8b4f893ac1d75a6bb8
parentaf8800c953b6ec3e2bac0ebe1010f8e8da1b51a4 (diff)
downloadlinux-dc06f7ceb77116b82decadc04e4316be380c4cc2.tar.bz2
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 <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap4.dtsi2
1 files changed, 2 insertions, 0 deletions
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 @@
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer1";
ti,timer-alwon;
+ clocks = <&dmt1_clk_mux>;
+ clock-names = "fck";
};
timer2: timer@48032000 {