]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-omap2/omap5/hwinit.c
ARM: DRA72x: Add support for detection of DRA71x SR 2.1
[people/ms/u-boot.git] / arch / arm / mach-omap2 / omap5 / hwinit.c
index c520a633c43c8914f591b76461a0011d0e06deba..14a35dd284692eb50877d8f107354003e2434c0c 100644 (file)
@@ -380,6 +380,9 @@ void init_omap_revision(void)
        case DRA722_CONTROL_ID_CODE_ES2_0:
                *omap_si_rev = DRA722_ES2_0;
                break;
+       case DRA722_CONTROL_ID_CODE_ES2_1:
+               *omap_si_rev = DRA722_ES2_1;
+               break;
        default:
                *omap_si_rev = OMAP5430_SILICON_ID_INVALID;
        }