OMAP2 PRCM: fix CM_IDLEST bits incorrectly marked as 2xxx-common
authorPaul Walmsley <paul@pwsan.com>
Tue, 16 Sep 2008 14:58:32 +0000 (08:58 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Sep 2008 14:51:35 +0000 (17:51 +0300)
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@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cm-regbits-24xx.h

index 1098ecf..36a32a6 100644 (file)
 #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)