From d18eff5b5fa15e170794397a6a94486d1f774f77 Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Tue, 16 Sep 2008 08:58:32 -0600 Subject: [PATCH] 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 --- arch/arm/mach-omap2/cm-regbits-24xx.h | 4 ++-- 1 file 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 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) -- 2.41.0