diff options
author | Stefan Agner <stefan@agner.ch> | 2018-07-05 15:18:19 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-07-16 12:21:45 +0300 |
commit | 1b5190c2e74c47ebe4bcecf7a072358ad9f1feaa (patch) | |
tree | b115e61b3dab4fed7f593781b2ddc70dd68a4332 /drivers/mmc/host/Kconfig | |
parent | 5552d7ad596c3fea953f40fef74170ce0760c04d (diff) | |
download | linux-1b5190c2e74c47ebe4bcecf7a072358ad9f1feaa.tar.xz |
mmc: sdhci: do not try to use 3.3V signaling if not supported
For eMMC devices it is valid to only support 1.8V signaling. When
vqmmc is set to a fixed 1.8V regulator the stack tries to set 3.3V
initially and prints the following warning:
mmc1: Switching to 3.3V signalling voltage failed
Clear the MMC_SIGNAL_VOLTAGE_330 flag in case 3.3V is signaling is
not available. This prevents the stack from even trying to use
3.3V signaling and avoids the above warning.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
0 files changed, 0 insertions, 0 deletions