From: Alexandre Belloni Date: Tue, 24 Jun 2014 06:21:46 +0000 (+0200) Subject: ARM: at91/dt: sam9263ek: define crystals frequencies X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8b41e005ffd02b16e9588d5a72a6a641bfb5e0f;p=linux-beck.git ARM: at91/dt: sam9263ek: define crystals frequencies Define at91sam9263ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 15009c9f2293..5cf93eecd8f1 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts @@ -29,6 +29,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <16367660>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <16367660>; + }; }; ahb {