mmc: host: omap_hsmmc: Remove setting PBIAS voltage
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 31 Aug 2017 10:18:44 +0000 (15:48 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 22 Sep 2017 07:46:27 +0000 (09:46 +0200)
commit66162becb79424ea837cf0436bf1d41a212f30a4
treebadfead7cad4e3339c64af66d387d087a9b33db1
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
mmc: host: omap_hsmmc: Remove setting PBIAS voltage

PBIAS voltage should be set along with setting vqmmc voltage and
these voltages should be set as part of start_signal_voltage_switch
callback. However since omap_hsmmc is about to be deprecated,
remove setting of PBIAS voltage leaving the PBIAS voltage to be
at the reset value of 3.3V (we'll never have to change this to 1.8V
since UHS mode support will not be added to omap_hsmmc). This will
let pbias regulator driver to be fixed to support a maximum voltage of
3.3V.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c