From: Lee Jones Date: Wed, 18 Sep 2013 15:09:38 +0000 (+0100) Subject: clk: ux500: Provide a look-up for the ARMSS clock X-Git-Tag: v3.13-rc1~156^2~11^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=257015a20c92a41e302e4b2fc1110adba7626747;p=kernel%2Fkernel-generic.git clk: ux500: Provide a look-up for the ARMSS clock The ARMSS clock is used by the newly DT enabled CPUFreq driver. Cc: Mike Turquette Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/drivers/clk/ux500/u8500_of_clk.c b/drivers/clk/ux500/u8500_of_clk.c index 0769db8..b768b50 100644 --- a/drivers/clk/ux500/u8500_of_clk.c +++ b/drivers/clk/ux500/u8500_of_clk.c @@ -233,6 +233,7 @@ void u8500_of_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base, clk = clk_reg_prcmu_scalable_rate("armss", NULL, PRCMU_ARMSS, 0, CLK_IS_ROOT|CLK_IGNORE_UNUSED); + prcmu_clk[PRCMU_ARMSS] = clk; twd_clk = clk_register_fixed_factor(NULL, "smp_twd", "armss", CLK_IGNORE_UNUSED, 1, 2);