9
0
Fork 0

ARM i.MX51 babbage: Remove clock raise from power_init.

Because CPU frequency setup called after power initialization,
this call now is not necessary.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2012-03-24 13:53:05 +04:00 committed by Sascha Hauer
parent 485cee59cf
commit ce4dd8130e
1 changed files with 0 additions and 3 deletions

View File

@ -159,9 +159,6 @@ static void babbage_power_init(void)
val &= ~0x1f;
val |= 0x1a;
mc13892_reg_write(mc13892, MC13892_REG_SW_2, val);
udelay(50);
/* Raise the core frequency to 800MHz */
writel(0x0, MX51_CCM_BASE_ADDR + MX51_CCM_CACRR);
} else {
/* Setup VCC (SW2) to 1.225 */
mc13892_reg_read(mc13892, MC13892_REG_SW_1, &val);