diff options
Diffstat (limited to 'arch/arm/mach-mxs/clock-mx23.c')
-rw-r--r-- | arch/arm/mach-mxs/clock-mx23.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-mxs/clock-mx23.c b/arch/arm/mach-mxs/clock-mx23.c index 0163b6d83773..e12e11231dc7 100644 --- a/arch/arm/mach-mxs/clock-mx23.c +++ b/arch/arm/mach-mxs/clock-mx23.c | |||
@@ -545,11 +545,11 @@ int __init mx23_clocks_init(void) | |||
545 | */ | 545 | */ |
546 | clk_set_parent(&ssp_clk, &ref_io_clk); | 546 | clk_set_parent(&ssp_clk, &ref_io_clk); |
547 | 547 | ||
548 | clk_enable(&cpu_clk); | 548 | clk_prepare_enable(&cpu_clk); |
549 | clk_enable(&hbus_clk); | 549 | clk_prepare_enable(&hbus_clk); |
550 | clk_enable(&xbus_clk); | 550 | clk_prepare_enable(&xbus_clk); |
551 | clk_enable(&emi_clk); | 551 | clk_prepare_enable(&emi_clk); |
552 | clk_enable(&uart_clk); | 552 | clk_prepare_enable(&uart_clk); |
553 | 553 | ||
554 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); | 554 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); |
555 | 555 | ||