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>
This commit is contained in:
Tero Kristo 2017-12-07 10:46:35 +02:00 коммит произвёл Tony Lindgren
Родитель af8800c953
Коммит dc06f7ceb7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 {