* Olof Johansson <o...@lixom.net> [100120 14:36]:
> Don't assume that gpmc_l3_clk is on, enable it before touching
> configuration registers.

Seems like this is OK to do even though we do not disable it anywhere
currently since we're setting smart idle and L3 autogating also
in gpmc_init. So adding to omap-fixes.

Regards,

Tony

 
> Signed-off-by: Olof Johansson <o...@lixom.net>
> 
> 
> diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
> index e86f5ca..dea72f3 100644
> --- a/arch/arm/mach-omap2/gpmc.c
> +++ b/arch/arm/mach-omap2/gpmc.c
> @@ -534,6 +534,8 @@ void __init gpmc_init(void)
>               BUG();
>       }
>  
> +     clk_enable(gpmc_l3_clk);
> +
>       l = gpmc_read_reg(GPMC_REVISION);
>       printk(KERN_INFO "GPMC revision %d.%d\n", (l >> 4) & 0x0f, l & 0x0f);
>       /* Set smart idle mode and automatic L3 clock gating */
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to