From: Alexandre Belloni Date: Wed, 18 Jun 2014 19:11:37 +0000 (+0200) Subject: ARM: at91/dt: at91rm9200ek: define crystals frequencies X-Git-Tag: v3.17-rc1~77^2~28^2^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94788118efc9546f1eb446bec325f17814cec884;p=thirdparty%2Fkernel%2Flinux.git ARM: at91/dt: at91rm9200ek: define crystals frequencies Define at91rm9200ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index df6b0aa0e4ddd..43eb779dd6f6f 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts @@ -25,6 +25,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <18432000>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <18432000>; + }; }; ahb {