This patch fixes a few OMAP2xxx CM_IDLEST bits that were incorrectly marked as being OMAP2xxx-wide, when they were actually 2420-specific. Signed-off-by: Paul Walmsley <paul@xxxxxxxxx> --- arch/arm/mach-omap2/cm-regbits-24xx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/cm-regbits-24xx.h b/arch/arm/mach-omap2/cm-regbits-24xx.h index 1098ecf..36a32a6 100644 --- a/arch/arm/mach-omap2/cm-regbits-24xx.h +++ b/arch/arm/mach-omap2/cm-regbits-24xx.h @@ -117,8 +117,8 @@ #define OMAP24XX_ST_FAC (1 << 25) #define OMAP2420_ST_EAC (1 << 24) #define OMAP24XX_ST_HDQ (1 << 23) -#define OMAP24XX_ST_I2C2 (1 << 20) -#define OMAP24XX_ST_I2C1 (1 << 19) +#define OMAP2420_ST_I2C2 (1 << 20) +#define OMAP2420_ST_I2C1 (1 << 19) #define OMAP24XX_ST_MCBSP2 (1 << 16) #define OMAP24XX_ST_MCBSP1 (1 << 15) #define OMAP24XX_ST_DSS (1 << 0) -- 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