Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324299
b: refs/heads/master
c: 09b9b2b
h: refs/heads/master
i:
  324297: b07ed19
  324295: 12bd646
v: v3
  • Loading branch information
Ulf Hansson authored and Mike Turquette committed Sep 7, 2012
1 parent fbdfd58 commit dbbea79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20aee5b6d7738206bfd37b352a97c75627d6fa6d
refs/heads/master: 09b9b2b204751fc23d245d57d420f4973db22a67
12 changes: 8 additions & 4 deletions trunk/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 dbbea79

Please sign in to comment.