ARM: tegra: acer-a500: Specify proper voltage for WiFi SDIO bus
authorDmitry Osipenko <digetx@gmail.com>
Mon, 10 May 2021 20:25:52 +0000 (23:25 +0300)
committerThierry Reding <treding@nvidia.com>
Mon, 31 May 2021 08:56:12 +0000 (10:56 +0200)
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>
arch/arm/boot/dts/tegra20-acer-a500-picasso.dts

index d7d97b7..eff9bfb 100644 (file)
 
                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 {