From 00cb3fa786fdcfcc23652ad0aa7cfdf343dcbe40 Mon Sep 17 00:00:00 2001 From: lintao Date: Thu, 10 Jul 2014 11:33:21 +0800 Subject: [PATCH] mmc: update dev_e to default 8ma --- drivers/mmc/host/dw_mmc-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c index 588ee69a931b..e73b3c052f55 100755 --- a/drivers/mmc/host/dw_mmc-rockchip.c +++ b/drivers/mmc/host/dw_mmc-rockchip.c @@ -327,7 +327,7 @@ static int dw_mci_rockchip_execute_tuning(struct dw_mci_slot *slot, u32 opcode, u8 step; u8 candidates_delayline[MAX_DELAY_LINE] = {0}; u8 candidates_degree[SDMMC_SHIFT_DEGREE_INVALID] = {4,4,4,4}; - u8 default_drv = IO_DRV_4MA; + u8 default_drv = IO_DRV_8MA; u8 index = 0; u8 start_degree = 0; u32 start_delayline = 0; -- 2.34.1