diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/clock.c')
-rw-r--r-- | arch/arm/mach-ep93xx/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/clock.c b/arch/arm/mach-ep93xx/clock.c index 803162492c4a..8bf3cec98cfa 100644 --- a/arch/arm/mach-ep93xx/clock.c +++ b/arch/arm/mach-ep93xx/clock.c | |||
@@ -209,7 +209,7 @@ static struct clk_lookup clocks[] = { | |||
209 | INIT_CK(NULL, "pll1", &clk_pll1), | 209 | INIT_CK(NULL, "pll1", &clk_pll1), |
210 | INIT_CK(NULL, "fclk", &clk_f), | 210 | INIT_CK(NULL, "fclk", &clk_f), |
211 | INIT_CK(NULL, "hclk", &clk_h), | 211 | INIT_CK(NULL, "hclk", &clk_h), |
212 | INIT_CK(NULL, "pclk", &clk_p), | 212 | INIT_CK(NULL, "apb_pclk", &clk_p), |
213 | INIT_CK(NULL, "pll2", &clk_pll2), | 213 | INIT_CK(NULL, "pll2", &clk_pll2), |
214 | INIT_CK("ep93xx-ohci", NULL, &clk_usb_host), | 214 | INIT_CK("ep93xx-ohci", NULL, &clk_usb_host), |
215 | INIT_CK("ep93xx-keypad", NULL, &clk_keypad), | 215 | INIT_CK("ep93xx-keypad", NULL, &clk_keypad), |