mmc: omap_hsmmc: Set 3.3V for IO voltage on all places
authorPali Rohár <pali@kernel.org>
Fri, 3 Jul 2020 20:58:23 +0000 (22:58 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 13 Jul 2020 15:28:34 +0000 (20:58 +0530)
commit82c829d476f6239ccedc0474bd01850022175125
tree167b8dc244bb1935c1db7073f6330f89b1bd7af0
parentdde9da82d65c23e9bdc0d0293c762f86db9b63af
mmc: omap_hsmmc: Set 3.3V for IO voltage on all places

In commit commit d2c05f50e12f ("mmc: omap_hsmmc: Set 3.3V for IO voltage")
was changed 3.0V IO voltage to 3.3V but it was not done on all places in
omap_hsmmc driver. That commit broke eMMC support on Nokia N900.

This patch fixes that problematic commit and changes 3.0V to 3.3V on all
remaining places in omap_hsmmc driver.

Fixes: d2c05f50e12f ("mmc: omap_hsmmc: Set 3.3V for IO voltage")
Signed-off-by: Pali Rohár <pali@kernel.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Faiz Abbas <faiz_abbas@ti.com>
drivers/mmc/omap_hsmmc.c