From: lintao Date: Thu, 10 Jul 2014 03:33:21 +0000 (+0800) Subject: mmc: update dev_e to default 8ma X-Git-Tag: firefly_0821_release~4984 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00cb3fa786fdcfcc23652ad0aa7cfdf343dcbe40;p=firefly-linux-kernel-4.4.55.git mmc: update dev_e to default 8ma --- 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;