ARM: dts: dra7: 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 dra7
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>
This commit is contained in:
Tero Kristo 2017-12-07 10:46:38 +02:00 committed by Tony Lindgren
parent ab44c5b481
commit 139e9a6376
1 changed files with 2 additions and 0 deletions

View File

@ -876,6 +876,8 @@ timer1: timer@4ae18000 {
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer1";
ti,timer-alwon;
clock-names = "fck";
clocks = <&timer1_gfclk_mux>;
};
timer2: timer@48032000 {