]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-omap2/omap5/hwinit.c
arm: dra76: Add support for ES1.0 detection
[people/ms/u-boot.git] / arch / arm / mach-omap2 / omap5 / hwinit.c
index 85d3518e943876f6fb7f3c2a086a46e625c81db7..c520a633c43c8914f591b76461a0011d0e06deba 100644 (file)
@@ -362,6 +362,9 @@ void init_omap_revision(void)
        case OMAP5432_CONTROL_ID_CODE_ES2_0:
                *omap_si_rev = OMAP5432_ES2_0;
                break;
+       case DRA762_CONTROL_ID_CODE_ES1_0:
+               *omap_si_rev = DRA762_ES1_0;
+               break;
        case DRA752_CONTROL_ID_CODE_ES1_0:
                *omap_si_rev = DRA752_ES1_0;
                break;