|
@@ -413,7 +413,9 @@ IS_OMAP_TYPE(3430, 0x3430)
|
|
|
|
|
|
|
|
#define OMAP54XX_CLASS 0x54000054
|
|
#define OMAP54XX_CLASS 0x54000054
|
|
|
#define OMAP5430_REV_ES1_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8))
|
|
#define OMAP5430_REV_ES1_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8))
|
|
|
|
|
+#define OMAP5430_REV_ES2_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x20 << 8))
|
|
|
#define OMAP5432_REV_ES1_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8))
|
|
#define OMAP5432_REV_ES1_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8))
|
|
|
|
|
+#define OMAP5432_REV_ES2_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x20 << 8))
|
|
|
|
|
|
|
|
void omap2xxx_check_revision(void);
|
|
void omap2xxx_check_revision(void);
|
|
|
void omap3xxx_check_revision(void);
|
|
void omap3xxx_check_revision(void);
|