Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/dt: sam9m10g45ek: define crystals frequencies

Define at91sam9m10g45ek main and slow crystals frequencies.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

+8
+8
arch/arm/boot/dts/at91sam9m10g45ek.dts
··· 31 31 compatible = "atmel,osc", "fixed-clock"; 32 32 clock-frequency = <12000000>; 33 33 }; 34 + 35 + slow_xtal { 36 + clock-frequency = <32768>; 37 + }; 38 + 39 + main_xtal { 40 + clock-frequency = <12000000>; 41 + }; 34 42 }; 35 43 36 44 ahb {