|
@@ -1647,7 +1647,7 @@ int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage)
|
|
|
|
|
|
}
|
|
|
|
|
|
-int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr)
|
|
|
+int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr)
|
|
|
{
|
|
|
struct mmc_command cmd = {};
|
|
|
int err = 0;
|
|
@@ -1691,7 +1691,7 @@ int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr)
|
|
|
host->ios.clock = 0;
|
|
|
mmc_set_ios(host);
|
|
|
|
|
|
- if (__mmc_set_signal_voltage(host, signal_voltage)) {
|
|
|
+ if (__mmc_set_signal_voltage(host, MMC_SIGNAL_VOLTAGE_180)) {
|
|
|
/*
|
|
|
* Voltages may not have been switched, but we've already
|
|
|
* sent CMD11, so a power cycle is required anyway
|