diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/clock24xx.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clock34xx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c index a11e7c71177c..2ce8c0296e82 100644 --- a/arch/arm/mach-omap2/clock24xx.c +++ b/arch/arm/mach-omap2/clock24xx.c | |||
@@ -688,7 +688,7 @@ static int __init omap2_clk_arch_init(void) | |||
688 | if (!mpurate) | 688 | if (!mpurate) |
689 | return -EINVAL; | 689 | return -EINVAL; |
690 | 690 | ||
691 | if (omap2_select_table_rate(&virt_prcm_set, mpurate)) | 691 | if (clk_set_rate(&virt_prcm_set, mpurate)) |
692 | printk(KERN_ERR "Could not find matching MPU rate\n"); | 692 | printk(KERN_ERR "Could not find matching MPU rate\n"); |
693 | 693 | ||
694 | recalculate_root_clocks(); | 694 | recalculate_root_clocks(); |
diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c index 1ad0a1359cb8..06a81febe457 100644 --- a/arch/arm/mach-omap2/clock34xx.c +++ b/arch/arm/mach-omap2/clock34xx.c | |||
@@ -866,7 +866,7 @@ static int __init omap2_clk_arch_init(void) | |||
866 | 866 | ||
867 | /* REVISIT: not yet ready for 343x */ | 867 | /* REVISIT: not yet ready for 343x */ |
868 | #if 0 | 868 | #if 0 |
869 | if (omap2_select_table_rate(&virt_prcm_set, mpurate)) | 869 | if (clk_set_rate(&virt_prcm_set, mpurate)) |
870 | printk(KERN_ERR "Could not find matching MPU rate\n"); | 870 | printk(KERN_ERR "Could not find matching MPU rate\n"); |
871 | #endif | 871 | #endif |
872 | 872 | ||