aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock34xx_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx_data.c')
-rw-r--r--arch/arm/mach-omap2/clock34xx_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c
index 0d04f92f63e1..8728f1fbc5b1 100644
--- a/arch/arm/mach-omap2/clock34xx_data.c
+++ b/arch/arm/mach-omap2/clock34xx_data.c
@@ -337,7 +337,7 @@ static struct dpll_data dpll2_dd = {
337 337
338static struct clk dpll2_ck = { 338static struct clk dpll2_ck = {
339 .name = "dpll2_ck", 339 .name = "dpll2_ck",
340 .ops = &clkops_noncore_dpll_ops, 340 .ops = &omap3_clkops_noncore_dpll_ops,
341 .parent = &sys_ck, 341 .parent = &sys_ck,
342 .dpll_data = &dpll2_dd, 342 .dpll_data = &dpll2_dd,
343 .round_rate = &omap2_dpll_round_rate, 343 .round_rate = &omap2_dpll_round_rate,
@@ -554,7 +554,7 @@ static struct dpll_data dpll4_dd = {
554 554
555static struct clk dpll4_ck = { 555static struct clk dpll4_ck = {
556 .name = "dpll4_ck", 556 .name = "dpll4_ck",
557 .ops = &clkops_noncore_dpll_ops, 557 .ops = &omap3_clkops_noncore_dpll_ops,
558 .parent = &sys_ck, 558 .parent = &sys_ck,
559 .dpll_data = &dpll4_dd, 559 .dpll_data = &dpll4_dd,
560 .round_rate = &omap2_dpll_round_rate, 560 .round_rate = &omap2_dpll_round_rate,
@@ -854,7 +854,7 @@ static struct dpll_data dpll5_dd = {
854 854
855static struct clk dpll5_ck = { 855static struct clk dpll5_ck = {
856 .name = "dpll5_ck", 856 .name = "dpll5_ck",
857 .ops = &clkops_noncore_dpll_ops, 857 .ops = &omap3_clkops_noncore_dpll_ops,
858 .parent = &sys_ck, 858 .parent = &sys_ck,
859 .dpll_data = &dpll5_dd, 859 .dpll_data = &dpll5_dd,
860 .round_rate = &omap2_dpll_round_rate, 860 .round_rate = &omap2_dpll_round_rate,