On Tue, 2007-11-20 at 14:44 -0800, Kevin Hilman wrote: > On Tue, 2007-11-20 at 14:16 -0800, Kevin Hilman wrote: > > Enable sdrc_ick on init so it doesn't get disabled when > > CONFIG_OMAP_RESET_CLOCKS=y > > FYI... with this patch and the previous UART3 patch, the 'disable unused > clocks' feature is working on 3430SDP I forgot to mention that for this to work in 32k-timer mode, the my 32k-timer fixups for OMAP3430[1] are needed. Kevin [1] http://linux.omap.com/pipermail/linux-omap-open-source/2007-November/011958.html > Kevin > > > Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxx> > > --- > > arch/arm/mach-omap2/clock34xx.h | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h > > index b8132a1..a5321bb 100644 > > --- a/arch/arm/mach-omap2/clock34xx.h > > +++ b/arch/arm/mach-omap2/clock34xx.h > > @@ -1101,7 +1101,7 @@ static struct clk sdrc_ick = { > > .parent = &core_l3_ick, > > .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1), > > .enable_bit = OMAP3430_EN_SDRC_SHIFT, > > - .flags = CLOCK_IN_OMAP343X, > > + .flags = CLOCK_IN_OMAP343X | ENABLE_ON_INIT, > > .recalc = &followparent_recalc, > > }; > > > _______________________________________________ > Linux-omap-open-source mailing list > Linux-omap-open-source@xxxxxxxxxxxxxx > http://linux.omap.com/mailman/listinfo/linux-omap-open-source - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html