]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap5/hwinit.c
ARM: DRA72x: Add support for detection of SR2.0
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / hwinit.c
index 8f184df2abb74a5bbb0d7d7c33a56f0d9cbc0e43..e3ac8bbe9524744860c69c966364fd9392cb1f86 100644 (file)
@@ -373,6 +373,9 @@ void init_omap_revision(void)
        case DRA722_CONTROL_ID_CODE_ES1_0:
                *omap_si_rev = DRA722_ES1_0;
                break;
+       case DRA722_CONTROL_ID_CODE_ES2_0:
+               *omap_si_rev = DRA722_ES2_0;
+               break;
        default:
                *omap_si_rev = OMAP5430_SILICON_ID_INVALID;
        }