From: Paul Walmsley Date: Tue, 16 Sep 2008 14:58:32 +0000 (-0600) Subject: OMAP2 PRCM: fix CM_IDLEST bits incorrectly marked as 2xxx-common X-Git-Tag: v2.6.27-omap1~158 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d18eff5b5fa15e170794397a6a94486d1f774f77;p=linux-2.6-omap-h63xx.git OMAP2 PRCM: fix CM_IDLEST bits incorrectly marked as 2xxx-common 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/cm-regbits-24xx.h b/arch/arm/mach-omap2/cm-regbits-24xx.h index 1098ecfab86..36a32a660f8 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)