]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap5/hw_data.c
ARM: OMAP5: clock: Add the prcm register changes required for ES2.0
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / hw_data.c
index 7ca6709d0b82a7f3cf169059111a5bb1cc05141c..baf18080956a2457054d06c262912f9baeec2b64 100644 (file)
@@ -451,6 +451,11 @@ void hw_data_init(void)
        *omap_vcores = &omap5432_volts;
        break;
 
+       case OMAP5430_ES2_0:
+       case OMAP5432_ES2_0:
+       *prcm = &omap5_es2_prcm;
+       break;
+
        default:
                printf("\n INVALID OMAP REVISION ");
        }