ARM: OMAP2+: Fix ti81xx class type
[pandora-kernel.git] / arch / arm / mach-omap2 / soc.h
index c1a3b44..f97654d 100644 (file)
@@ -423,13 +423,13 @@ IS_OMAP_TYPE(3430, 0x3430)
 #define OMAP3630_REV_ES1_1     (OMAP363X_CLASS | (0x1 << 8))
 #define OMAP3630_REV_ES1_2     (OMAP363X_CLASS | (0x2 << 8))
 
-#define TI816X_CLASS           0x81600034
+#define TI816X_CLASS           0x81600081
 #define TI8168_REV_ES1_0       TI816X_CLASS
 #define TI8168_REV_ES1_1       (TI816X_CLASS | (0x1 << 8))
 #define TI8168_REV_ES2_0       (TI816X_CLASS | (0x2 << 8))
 #define TI8168_REV_ES2_1       (TI816X_CLASS | (0x3 << 8))
 
-#define TI814X_CLASS           0x81400034
+#define TI814X_CLASS           0x81400081
 #define TI8148_REV_ES1_0       TI814X_CLASS
 #define TI8148_REV_ES2_0       (TI814X_CLASS | (0x1 << 8))
 #define TI8148_REV_ES2_1       (TI814X_CLASS | (0x2 << 8))