Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226625
b: refs/heads/master
c: d4521f6
h: refs/heads/master
i:
  226623: 66aabc9
v: v3
  • Loading branch information
Paul Walmsley committed Dec 22, 2010
1 parent 366c747 commit e10e12c
Show file tree
Hide file tree
Showing 3 changed files with 3 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: cb13459b38c8f2e99df4923d2a71ce6db99f2436
refs/heads/master: d4521f6731756c82a76d3e791c3ec2d28b38f97e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/clock2420_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static struct clk dss2_fck = { /* Alt clk used in power management */
.clksel_reg = OMAP_CM_REGADDR(CORE_MOD, CM_CLKSEL1),
.clksel_mask = OMAP24XX_CLKSEL_DSS2_MASK,
.clksel = dss2_fck_clksel,
.recalc = &followparent_recalc,
.recalc = &omap2_clksel_recalc,
};

static struct clk dss_54m_fck = { /* Alt clk used in power management */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/clock2430_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ static struct clk dss2_fck = { /* Alt clk used in power management */
.clksel_reg = OMAP_CM_REGADDR(CORE_MOD, CM_CLKSEL1),
.clksel_mask = OMAP24XX_CLKSEL_DSS2_MASK,
.clksel = dss2_fck_clksel,
.recalc = &followparent_recalc,
.recalc = &omap2_clksel_recalc,
};

static struct clk dss_54m_fck = { /* Alt clk used in power management */
Expand Down

0 comments on commit e10e12c

Please sign in to comment.