summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-12-30 15:30:20 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2017-01-11 19:40:13 +0900
commitf37b7e4f6c0a383a8097268ea595d4cdb1621871 (patch)
tree1445fb731df0ee64b1d6a0cc17c2cfacbfdd6390 /drivers/mmc
parent91914581a5419739b64a57bc49076bb604a6b50a (diff)
downloadu-boot-imx-f37b7e4f6c0a383a8097268ea595d4cdb1621871.zip
u-boot-imx-f37b7e4f6c0a383a8097268ea595d4cdb1621871.tar.gz
u-boot-imx-f37b7e4f6c0a383a8097268ea595d4cdb1621871.tar.bz2
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
Ther is no usage anywhere. It doesn't need to maintain this bit. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/sdhci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index 6ce5e8f..5d8969a 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -411,9 +411,6 @@ static void sdhci_set_power(struct sdhci_host *host, unsigned short power)
return;
}
- if (host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER)
- sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);
-
pwr |= SDHCI_POWER_ON;
sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);