Commit d18eff5b authored by Paul Walmsley's avatar Paul Walmsley Committed by Tony Lindgren

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: default avatarPaul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8607e3ad
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
#define OMAP24XX_ST_FAC (1 << 25) #define OMAP24XX_ST_FAC (1 << 25)
#define OMAP2420_ST_EAC (1 << 24) #define OMAP2420_ST_EAC (1 << 24)
#define OMAP24XX_ST_HDQ (1 << 23) #define OMAP24XX_ST_HDQ (1 << 23)
#define OMAP24XX_ST_I2C2 (1 << 20) #define OMAP2420_ST_I2C2 (1 << 20)
#define OMAP24XX_ST_I2C1 (1 << 19) #define OMAP2420_ST_I2C1 (1 << 19)
#define OMAP24XX_ST_MCBSP2 (1 << 16) #define OMAP24XX_ST_MCBSP2 (1 << 16)
#define OMAP24XX_ST_MCBSP1 (1 << 15) #define OMAP24XX_ST_MCBSP1 (1 << 15)
#define OMAP24XX_ST_DSS (1 << 0) #define OMAP24XX_ST_DSS (1 << 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment