DRA7: Add support for ES1.1 silicon ID code
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / omap5 / hwinit.c
index 5386ae0..737d23c 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;
        }