On Thu, Jul 26, 2012 at 04:06:30PM -0700, Mark A. Greer wrote: > On Thu, Jul 26, 2012 at 02:09:33PM -0700, Juha Kuikka wrote: > > Just applying Mark's patch on top of > > 55936cdfaaf11ac352b56bc58e42d6661e65ee13 (linux-omap) is not enough, I > > also need to set the OMAP3_HAS_IVA_REGS for the 3430 as well. > > > > Inlined patch: > > > > diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c > > index 4072fbd..45d3eb4 100644 > > --- a/arch/arm/mach-omap2/id.c > > +++ b/arch/arm/mach-omap2/id.c > > @@ -244,7 +244,7 @@ void __init omap3xxx_check_features(void) > > if (cpu_is_omap3630()) > > omap_features |= OMAP3_HAS_192MHZ_CLK | OMAP3_HAS_IVA_REGS; > > if (cpu_is_omap3430() || cpu_is_omap3630()) > > - omap_features |= OMAP3_HAS_IO_WAKEUP; > > + omap_features |= OMAP3_HAS_IO_WAKEUP | OMAP3_HAS_IVA_REGS; > > if (cpu_is_omap3630() || omap_rev() == OMAP3430_REV_ES3_1 || > > omap_rev() == OMAP3430_REV_ES3_1_2) > > omap_features |= OMAP3_HAS_IO_CHAIN_CTRL; > > Thank you. I meant to add, "Please make a formal patch for review so you can get credit for your work." Mark -- 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