summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2016-11-07 11:18:46 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:06 +0100
commit6844667f547d799990c7d49a8056e582000f0467 (patch)
tree79edf756158877442c7396f8477fdeb4b35cd715 /drivers
parent3d1b5d5cdd5a111cbbbc07843940f0f44e23d71c (diff)
sunxi_mmc: Revert oclk_dly to 2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/sunxi_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c
index fd3fc2af40..d3106dbb7d 100644
--- a/drivers/mmc/sunxi_mmc.c
+++ b/drivers/mmc/sunxi_mmc.c
@@ -138,7 +138,7 @@ static int mmc_set_mod_clk(struct sunxi_mmc_host *mmchost, unsigned int hz)
sclk_dly = 4;
} else {
/* hz > 50000000 */
- oclk_dly = 1;
+ oclk_dly = 2;
sclk_dly = 4;
#endif
}