]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap5/hw_data.c
ARM: DRA7: Add detection of ES2.0
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / hw_data.c
index 33f92b7e225d5051e6d9e9bd6727f11d462e537f..a2d9cc8e646ecf9d2d1b2a8f5ebd0558d30b28e3 100644 (file)
@@ -684,6 +684,7 @@ void __weak hw_data_init(void)
 
        case DRA752_ES1_0:
        case DRA752_ES1_1:
+       case DRA752_ES2_0:
        *prcm = &dra7xx_prcm;
        *dplls_data = &dra7xx_dplls;
        *omap_vcores = &dra752_volts;
@@ -719,6 +720,7 @@ void get_ioregs(const struct ctrl_ioregs **regs)
                break;
        case DRA752_ES1_0:
        case DRA752_ES1_1:
+       case DRA752_ES2_0:
                *regs = &ioregs_dra7xx_es1;
                break;
        case DRA722_ES1_0: