From: Atul Dahiya Date: Thu, 2 Dec 2010 04:36:12 +0000 (+0900) Subject: ARM: S5P64X0: Add clock support for RTC X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=232d10061c05a7d6c1ef8a0754fd45656db93118;p=linux-beck.git ARM: S5P64X0: Add clock support for RTC This patch adds RTC clock for S5P6450. Signed-off-by: Atul Dahiya Signed-off-by: Sangbeom Kim Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach-s5p64x0/clock-s5p6450.c index 7dbf3c968f53..b9cd130596c2 100644 --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c @@ -230,6 +230,12 @@ static struct clk init_clocks_disable[] = { .parent = &clk_pclk_low.clk, .enable = s5p64x0_pclk_ctrl, .ctrlbit = (1 << 5), + }, { + .name = "rtc", + .id = -1, + .parent = &clk_pclk_low.clk, + .enable = s5p64x0_pclk_ctrl, + .ctrlbit = (1 << 6), }, { .name = "adc", .id = -1,