Sangbeom Kim wrote: > > From: Atul Dahiya <[email protected]> > > This patch adds rtc clock for S5P6450. > > Signed-off-by: Atul Dahiya <[email protected]> > Signed-off-by: Sangbeom Kim <[email protected]> > --- > arch/arm/mach-s5p64x0/clock-s5p6450.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach- > s5p64x0/clock-s5p6450.c > index 7dbf3c9..8ba2b3c 100644 > --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c > +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c > @@ -231,6 +231,12 @@ static struct clk init_clocks_disable[] = { > .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, > .parent = &clk_pclk_low.clk, > --
Looks ok to me...will apply. Thanks. Best regards, Kgene. -- Kukjin Kim <[email protected]>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
