diff options
Diffstat (limited to 'hw/omap1_clk.c')
| -rw-r--r-- | hw/omap1_clk.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/omap1_clk.c b/hw/omap1_clk.c index 7888e41553..c8540de70f 100644 --- a/hw/omap1_clk.c +++ b/hw/omap1_clk.c @@ -742,4 +742,8 @@ void omap_clk_init(struct omap_mpu_state_s *mpu) j->multiplier = j->multiplier ?: 1; j ++; } + for (j = mpu->clks; count --; j ++) { + omap_clk_update(j); + omap_clk_rate_update(j); + } } |