[PATCH 4/6] omap4: dpll: Enable all DPLL autoidle at boot

2011-01-28 Thread Santosh Shilimkar
From: Rajendra Nayak Enable all DPLL autoidle at boot on OMAP4. Signed-off-by: Rajendra Nayak --- arch/arm/mach-omap2/clock44xx_data.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index e8

Re: [PATCH 4/6] omap4: dpll: Enable all DPLL autoidle at boot

2011-01-31 Thread Paul Walmsley
Hi guys On Fri, 28 Jan 2011, Santosh Shilimkar wrote: > From: Rajendra Nayak > > Enable all DPLL autoidle at boot on OMAP4. Is there some reason why we can't do this in the OMAP4 PM code? At some point, I think it would be good to essentially disable all PM at boot, and then let the PM code

RE: [PATCH 4/6] omap4: dpll: Enable all DPLL autoidle at boot

2011-01-31 Thread Rajendra Nayak
ct: Re: [PATCH 4/6] omap4: dpll: Enable all DPLL autoidle at boot > > Hi guys > > On Fri, 28 Jan 2011, Santosh Shilimkar wrote: > > > From: Rajendra Nayak > > > > Enable all DPLL autoidle at boot on OMAP4. > > Is there some reason why we can't do this in