summaryrefslogtreecommitdiff
path: root/board/st/u8500/u8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/u8500.c')
-rw-r--r--board/st/u8500/u8500.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index 7c47ab977..eb6dda5af 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -420,7 +420,6 @@ static void init_regs(void)
}
} else {
struct prcmu *prcmu = (struct prcmu *) U8500_PRCMU_BASE;
- u32 tmp;
/* Enable timers */
writel(1 << 17, &prcmu->tcr);
@@ -435,13 +434,6 @@ static void init_regs(void)
u8500_prcmu_enable(&prcmu->uartclk_mgt);
u8500_prcmu_enable(&prcmu->i2cclk_mgt);
- if (!u8500_is_earlydrop()) {
- /* Switch SDMMCCLK to 52Mhz instead of 104Mhz */
- tmp = readl(&prcmu->sdmmcclk_mgt);
- tmp = (tmp & ~0x1f) | 16;
- writel(tmp, &prcmu->sdmmcclk_mgt);
- }
-
u8500_prcmu_enable(&prcmu->sdmmcclk_mgt);
u8500_clock_enable(1, 9, -1); /* GPIO0 */