]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/clock24xx.h
OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / clock24xx.h
index af53298a50c928af1f09ea34874e35a1ad224d32..724bcb02dcb186fcfdef687132dc7110b224bb88 100644 (file)
@@ -676,6 +676,7 @@ static struct dpll_data dpll_dd = {
        .idlest_reg             = CM_IDLEST,
        .idlest_mask            = OMAP24XX_ST_CORE_CLK_MASK,
        .max_multiplier         = 1024,
+       .min_divider            = 1,
        .max_divider            = 16,
        .rate_tolerance         = DEFAULT_DPLL_RATE_TOLERANCE
 };