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 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, > }; > - 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