Commit f83c18cc authored by Ulf Hansson's avatar Ulf Hansson

Merge branch 'fixes' into next

parents 8792b0a0 4217d07b
...@@ -2039,6 +2039,12 @@ void sdhci_set_power_noreg(struct sdhci_host *host, unsigned char mode, ...@@ -2039,6 +2039,12 @@ void sdhci_set_power_noreg(struct sdhci_host *host, unsigned char mode,
break; break;
case MMC_VDD_32_33: case MMC_VDD_32_33:
case MMC_VDD_33_34: case MMC_VDD_33_34:
/*
* 3.4 ~ 3.6V are valid only for those platforms where it's
* known that the voltage range is supported by hardware.
*/
case MMC_VDD_34_35:
case MMC_VDD_35_36:
pwr = SDHCI_POWER_330; pwr = SDHCI_POWER_330;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment