diff options
| -rw-r--r-- | arch/arm/mach-omap2/clock24xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c index bc5d3ac66611..e2dbedd581e8 100644 --- a/arch/arm/mach-omap2/clock24xx.c +++ b/arch/arm/mach-omap2/clock24xx.c | |||
| @@ -769,6 +769,7 @@ int __init omap2_clk_init(void) | |||
| 769 | if (c->cpu & cpu_mask) { | 769 | if (c->cpu & cpu_mask) { |
| 770 | clkdev_add(&c->lk); | 770 | clkdev_add(&c->lk); |
| 771 | clk_register(c->lk.clk); | 771 | clk_register(c->lk.clk); |
| 772 | omap2_init_clk_clkdm(c->lk.clk); | ||
| 772 | } | 773 | } |
| 773 | 774 | ||
| 774 | /* Check the MPU rate set by bootloader */ | 775 | /* Check the MPU rate set by bootloader */ |
