Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376199
b: refs/heads/master
c: 6ec3240
h: refs/heads/master
i:
  376197: 9cce8cd
  376195: 18cb304
  376191: 2bf3d94
v: v3
  • Loading branch information
Lucas Stach authored and Olof Johansson committed May 21, 2013
1 parent 7dee27d commit fc13b3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e94984495dbce182260fa3dd15687439236b0a1
refs/heads/master: 6ec3240047ee6a4b34f90d45e19ed179bc9b4a2e
8 changes: 8 additions & 0 deletions trunk/drivers/clk/tegra/clk-tegra20.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,14 @@ static void __init tegra20_periph_clk_init(void)
struct clk *clk;
int i;

/* ac97 */
clk = tegra_clk_register_periph_gate("ac97", "pll_a_out0",
TEGRA_PERIPH_ON_APB,
clk_base, 0, 3, &periph_l_regs,
periph_clk_enb_refcnt);
clk_register_clkdev(clk, NULL, "tegra20-ac97");
clks[ac97] = clk;

/* apbdma */
clk = tegra_clk_register_periph_gate("apbdma", "pclk", 0, clk_base,
0, 34, &periph_h_regs,
Expand Down

0 comments on commit fc13b3e

Please sign in to comment.