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

ARM: at91/dt: pm9g45: crystals frequencies

Define Ronetix pm9g45 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/pm9g45.dts
··· 29 29 compatible = "atmel,osc", "fixed-clock"; 30 30 clock-frequency = <12000000>; 31 31 }; 32 + 33 + slow_xtal { 34 + clock-frequency = <32768>; 35 + }; 36 + 37 + main_xtal { 38 + clock-frequency = <12000000>; 39 + }; 32 40 }; 33 41 34 42 ahb {