From: Alexandre Belloni Date: Sat, 14 Jun 2014 00:14:32 +0000 (+0200) Subject: ARM: at91/dt: cosino define crystals frequencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0747caccd05740601552ae58942192d8866163f;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ARM: at91/dt: cosino define crystals frequencies Define Cosino boards main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91-cosino.dtsi b/arch/arm/boot/dts/at91-cosino.dtsi index df4b78695695..b6ea3f4a7206 100644 --- a/arch/arm/boot/dts/at91-cosino.dtsi +++ b/arch/arm/boot/dts/at91-cosino.dtsi @@ -34,6 +34,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <12000000>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <12000000>; + }; }; ahb {