igep00x0, beagle and omap3evm: fixing bug at prcm_init
[pandora-x-loader.git] / board / igep00x0 / igep00x0.c
index 5550741..df32062 100644 (file)
@@ -169,7 +169,7 @@ void prcm_init(void)
         * and sil_index will get the values for that SysClk for the
         * appropriate silicon rev.
         */
-       sil_index = get_cpu_rev() - 1;
+       sil_index = !(get_cpu_rev() == CPU_3XX_ES10);
 
        /* Unlock MPU DPLL (slows things down, and needed later) */
        sr32(CM_CLKEN_PLL_MPU, 0, 3, PLL_LOW_POWER_BYPASS);