[PATCH] ARM: imx: add cpuidle support for i.mx6sx

Shawn Guo shawn.guo at freescale.com
Sat Jun 21 02:43:17 PDT 2014


On Sat, Jun 21, 2014 at 05:33:26PM +0800, Shawn Guo wrote:
> > @@ -66,7 +67,8 @@ static struct cpuidle_driver imx6q_cpuidle_driver = {
> >  int __init imx6q_cpuidle_init(void)
> >  {
> >  	/* Need to enable SCU standby for entering WAIT modes */
> > -	imx_scu_standby_enable();
> > +	if (!cpu_is_imx6sx())
> > +		imx_scu_standby_enable();
> 
> Hmm, why is SoloX special in this regarding?  Does SoloLite work well
> without this change?

Sorry.  I missed that SoloLite is handled by imx6sl_cpuidle_init()
separately.

Patch applied, thanks.

Shawn



More information about the linux-arm-kernel mailing list