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

ARM: at91/dt: aks-cdu: define slow crytal frequency

Define AK signal CDU slow crystal frequency

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

+6
+6
arch/arm/boot/dts/aks-cdu.dts
··· 16 16 bootargs = "console=ttyS0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs"; 17 17 }; 18 18 19 + clocks { 20 + slow_xtal { 21 + clock-frequency = <32768>; 22 + }; 23 + }; 24 + 19 25 ahb { 20 26 apb { 21 27 usart0: serial@fffb0000 {