]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap5/hwinit.c
ARM: DRA7: Add detection of ES2.0
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / hwinit.c
index 3699050e09a0af7096071b77033e8db527764bef..325a7e85c7aad96caf7b369770cb67dc8b37830b 100644 (file)
@@ -367,6 +367,9 @@ void init_omap_revision(void)
        case DRA752_CONTROL_ID_CODE_ES1_1:
                *omap_si_rev = DRA752_ES1_1;
                break;
+       case DRA752_CONTROL_ID_CODE_ES2_0:
+               *omap_si_rev = DRA752_ES2_0;
+               break;
        case DRA722_CONTROL_ID_CODE_ES1_0:
                *omap_si_rev = DRA722_ES1_0;
                break;