Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342456
b: refs/heads/master
c: b797be1
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Paul Walmsley committed Nov 13, 2012
1 parent 5e4562b commit 951308f
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: 8577413c0a26e9bc0b412289640243f3b20f4517
refs/heads/master: b797be1d4c079e78a3cb4e95f4a74274a4aef9f5
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-omap2/omap_hwmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -1519,11 +1519,12 @@ static int _init_clocks(struct omap_hwmod *oh, void *data)

pr_debug("omap_hwmod: %s: looking up clocks\n", oh->name);

if (soc_ops.init_clkdm)
ret |= soc_ops.init_clkdm(oh);

ret |= _init_main_clk(oh);
ret |= _init_interface_clks(oh);
ret |= _init_opt_clks(oh);
if (soc_ops.init_clkdm)
ret |= soc_ops.init_clkdm(oh);

if (!ret)
oh->_state = _HWMOD_STATE_CLKS_INITED;
Expand Down

0 comments on commit 951308f

Please sign in to comment.