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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.h b/arch/arm/mach-omap2/clock24xx.h
index 32dd8573e56b..7731ab6acd18 100644
--- a/arch/arm/mach-omap2/clock24xx.h
+++ b/arch/arm/mach-omap2/clock24xx.h
@@ -666,6 +666,7 @@ static struct dpll_data dpll_dd = {
666 .mult_mask = OMAP24XX_DPLL_MULT_MASK, 666 .mult_mask = OMAP24XX_DPLL_MULT_MASK,
667 .div1_mask = OMAP24XX_DPLL_DIV_MASK, 667 .div1_mask = OMAP24XX_DPLL_DIV_MASK,
668 .max_multiplier = 1024, 668 .max_multiplier = 1024,
669 .min_divider = 1,
669 .max_divider = 16, 670 .max_divider = 16,
670 .rate_tolerance = DEFAULT_DPLL_RATE_TOLERANCE 671 .rate_tolerance = DEFAULT_DPLL_RATE_TOLERANCE
671}; 672};