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

ARM: mmp: enable rtc clk in pxa168

Enable clk of rtc-sa1100 device in pxa168.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>

authored by

Haojian Zhuang and committed by
Haojian Zhuang
9613b210 63fe122b

+2
+2
arch/arm/mach-mmp/pxa168.c
··· 64 64 static APBC_CLK(ssp5, PXA168_SSP5, 4, 0); 65 65 static APBC_CLK(gpio, PXA168_GPIO, 0, 13000000); 66 66 static APBC_CLK(keypad, PXA168_KPC, 0, 32000); 67 + static APBC_CLK(rtc, PXA168_RTC, 8, 32768); 67 68 68 69 static APMU_CLK(nand, NAND, 0x19b, 156000000); 69 70 static APMU_CLK(lcd, LCD, 0x7f, 312000000); ··· 93 92 INIT_CLKREG(&clk_keypad, "pxa27x-keypad", NULL), 94 93 INIT_CLKREG(&clk_eth, "pxa168-eth", "MFUCLK"), 95 94 INIT_CLKREG(&clk_usb, "pxa168-ehci", "PXA168-USBCLK"), 95 + INIT_CLKREG(&clk_rtc, "sa1100-rtc", NULL), 96 96 }; 97 97 98 98 static int __init pxa168_init(void)