mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
ARM: tegra: acer-a500: Specify proper voltage for WiFi SDIO bus
Tegra20 has v2.00 SDMMC controller which doesn't support voltage switching and the WiFi SDIO bus voltage is fixed to 1.8v in accordance to the board's schematics, while MMC core confusingly saying that it's 3.3v because of the v2.00. Let's correct the voltage in the device-tree just for consistency. This is a minor improvement which doesn't fix any problems. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
ef3082db43
commit
a99d77c4b2
@@ -762,7 +762,7 @@ sdmmc1: mmc@c8000000 {
|
||||
|
||||
mmc-pwrseq = <&brcm_wifi_pwrseq>;
|
||||
vmmc-supply = <&vdd_3v3_sys>;
|
||||
vqmmc-supply = <&vdd_3v3_sys>;
|
||||
vqmmc-supply = <&vdd_1v8_sys>;
|
||||
|
||||
/* Azurewave AW-NH611 BCM4329 */
|
||||
wifi@1 {
|
||||
|
||||
Reference in New Issue
Block a user