]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap5/hwinit.c
DRA7: Add support for ES1.1 silicon ID code
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / hwinit.c
index 5386ae0568b31f7489f0669692ba441ea50eaeba..737d23ccb4316e931a134afc6ecd80a638af4cfb 100644 (file)
@@ -333,6 +333,9 @@ void init_omap_revision(void)
        case DRA752_CONTROL_ID_CODE_ES1_0:
                *omap_si_rev = DRA752_ES1_0;
                break;
+       case DRA752_CONTROL_ID_CODE_ES1_1:
+               *omap_si_rev = DRA752_ES1_1;
+               break;
        default:
                *omap_si_rev = OMAP5430_SILICON_ID_INVALID;
        }