omap3: clock: Fixed dpll3_m2x2 rate calculation

Current calculation does not take into account any changes to M2 divisor, and
thus when we change VDD2 OPP, dpll3_m2x2 rate does not change. Fixed by
re-routing dpll3_m2x2 parent to dpll3_m2.

Signed-off-by: Tero Kristo <tero.kristo@nokia.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Tero Kristo and committed by Tony Lindgren 72f962fc 9346f48b

+2 -2
+2 -2
arch/arm/mach-omap2/clock34xx.h
··· 489 489 static struct clk dpll3_m2x2_ck = { 490 490 .name = "dpll3_m2x2_ck", 491 491 .ops = &clkops_null, 492 - .parent = &dpll3_x2_ck, 492 + .parent = &dpll3_m2_ck, 493 493 .clkdm_name = "dpll3_clkdm", 494 - .recalc = &followparent_recalc, 494 + .recalc = &omap3_clkoutx2_recalc, 495 495 }; 496 496 497 497 /* The PWRDN bit is apparently only available on 3430ES2 and above */