aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock24xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock24xx.h')
-rw-r--r--arch/arm/mach-omap2/clock24xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.h b/arch/arm/mach-omap2/clock24xx.h
index d19cf7a7d8db..21238d18fc80 100644
--- a/arch/arm/mach-omap2/clock24xx.h
+++ b/arch/arm/mach-omap2/clock24xx.h
@@ -708,7 +708,7 @@ static struct clk dpll_ck = {
708 708
709static struct clk apll96_ck = { 709static struct clk apll96_ck = {
710 .name = "apll96_ck", 710 .name = "apll96_ck",
711 .ops = &clkops_fixed, 711 .ops = &clkops_apll96,
712 .parent = &sys_ck, 712 .parent = &sys_ck,
713 .rate = 96000000, 713 .rate = 96000000,
714 .flags = RATE_FIXED | ENABLE_ON_INIT, 714 .flags = RATE_FIXED | ENABLE_ON_INIT,
@@ -719,7 +719,7 @@ static struct clk apll96_ck = {
719 719
720static struct clk apll54_ck = { 720static struct clk apll54_ck = {
721 .name = "apll54_ck", 721 .name = "apll54_ck",
722 .ops = &clkops_fixed, 722 .ops = &clkops_apll54,
723 .parent = &sys_ck, 723 .parent = &sys_ck,
724 .rate = 54000000, 724 .rate = 54000000,
725 .flags = RATE_FIXED | ENABLE_ON_INIT, 725 .flags = RATE_FIXED | ENABLE_ON_INIT,