Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336471
b: refs/heads/master
c: 2f896ac
h: refs/heads/master
i:
  336469: 833f0ea
  336467: 59cae75
  336463: b52ce38
v: v3
  • Loading branch information
Ulf Hansson authored and Mike Turquette committed Oct 29, 2012
1 parent c276560 commit 32fb9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b0ea0fc753bfda1e9c20af403187758eb32052fd
refs/heads/master: 2f896ac0be9a0c7739033ef1f8821223f4a6a908
5 changes: 3 additions & 2 deletions trunk/drivers/clk/ux500/u8500_clk.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,11 @@ void u8500_clk_init(void)
clk_register_clkdev(clk, NULL, "mtu0");
clk_register_clkdev(clk, NULL, "mtu1");

clk = clk_reg_prcmu_gate("sdmmcclk", NULL, PRCMU_SDMMCCLK, CLK_IS_ROOT);
clk = clk_reg_prcmu_opp_volt_scalable("sdmmcclk", NULL, PRCMU_SDMMCCLK,
100000000,
CLK_IS_ROOT|CLK_SET_RATE_GATE);
clk_register_clkdev(clk, NULL, "sdmmc");


clk = clk_reg_prcmu_scalable("dsi_pll", "hdmiclk",
PRCMU_PLLDSI, 0, CLK_SET_RATE_GATE);
clk_register_clkdev(clk, "dsihs2", "mcde");
Expand Down

0 comments on commit 32fb9e6

Please sign in to comment.