Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226622
b: refs/heads/master
c: 768ab94
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Bergsagel authored and Paul Walmsley committed Dec 22, 2010
1 parent ee14dc3 commit bed9777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 032b5a7e3aa7dca8a13a79ff6a59232d307552a3
refs/heads/master: 768ab94f8b2b16a23fa10900430c10ec44f2643e
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-omap2/clock44xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,12 @@ static const struct clksel iva_hsd_byp_clk_mux_sel[] = {
static struct clk iva_hsd_byp_clk_mux_ck = {
.name = "iva_hsd_byp_clk_mux_ck",
.parent = &sys_clkin_ck,
.clksel = iva_hsd_byp_clk_mux_sel,
.init = &omap2_init_clksel_parent,
.clksel_reg = OMAP4430_CM_CLKSEL_DPLL_IVA,
.clksel_mask = OMAP4430_DPLL_BYP_CLKSEL_MASK,
.ops = &clkops_null,
.recalc = &followparent_recalc,
.recalc = &omap2_clksel_recalc,
};

/* DPLL_IVA */
Expand Down

0 comments on commit bed9777

Please sign in to comment.