Re: [PATCH] OMAP3 PM: Workaround for DPLL3 Lock issue

2010-04-20 Thread Peter 'p2' De Schrijver
Hi, > diff --git a/arch/arm/mach-omap2/resource34xx.c > b/arch/arm/mach-omap2/resource34xx.c > index fc1b775..a52ae05 100644 > --- a/arch/arm/mach-omap2/resource34xx.c > +++ b/arch/arm/mach-omap2/resource34xx.c > @@ -154,7 +154,7 @@ static struct device dummy_dsp_dev; > static struct device vdd2

Re: [PATCH] OMAP3 PM: Workaround for DPLL3 Lock issue

2010-04-20 Thread Peter 'p2' De Schrijver
Hi, > Signed-off-by: Vishwanath Sripathy > --- > > diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h > index 55bde0d..2751d4b 100644 > --- a/arch/arm/mach-omap2/pm.h > +++ b/arch/arm/mach-omap2/pm.h > @@ -60,6 +60,10 @@ struct prm_setup_vc { > > extern int omap3_pm_get_suspend_

[PATCH] OMAP3 PM: Workaround for DPLL3 Lock issue

2010-04-09 Thread Vishwanath BS
OMAP3430/3630 has a Silicon bug because of which SDRC is released from IDLE even before Core DPLL has locked. This leads to undefined behaviour of SDRC DLL. This patch has workaround for the same. Description of WA for 3430: Initialization: Disable DPLL3 automatic mode by default. Issue