Skip to content

Commit

Permalink
clk: ux500: Define smp_twd clock for u8500
Browse files Browse the repository at this point in the history
The smp_twd clock is based upon a prcmu_rate clock type
for the PRCMU_ARMSS clock.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Ulf Hansson authored and Mike Turquette committed Sep 7, 2012
1 parent 20aee5b commit 09b9b2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions drivers/clk/ux500/u8500_clk.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,16 @@ void u8500_clk_init(void)
clk_register_clkdev(clk, "dsilp2", "dsilink.2");
clk_register_clkdev(clk, "dsilp2", "mcde");

clk = clk_reg_prcmu_rate("smp_twd", NULL, PRCMU_ARMSS,
CLK_IS_ROOT|CLK_GET_RATE_NOCACHE|
CLK_IGNORE_UNUSED);
clk_register_clkdev(clk, NULL, "smp_twd");

/*
* FIXME: Add special handled PRCMU clocks here:
* 1. smp_twd, use PRCMU_ARMSS.
* 2. clk_arm, use PRCMU_ARMCLK.
* 3. clkout0yuv, use PRCMU as parent + need regulator + pinctrl.
* 4. ab9540_clkout1yuv, see clkout0yuv
* 1. clk_arm, use PRCMU_ARMCLK.
* 2. clkout0yuv, use PRCMU as parent + need regulator + pinctrl.
* 3. ab9540_clkout1yuv, see clkout0yuv
*/

/* PRCC P-clocks */
Expand Down

0 comments on commit 09b9b2b

Please sign in to comment.