提交 a99d77c4 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

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: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 ef3082db
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
mmc-pwrseq = <&brcm_wifi_pwrseq>; mmc-pwrseq = <&brcm_wifi_pwrseq>;
vmmc-supply = <&vdd_3v3_sys>; vmmc-supply = <&vdd_3v3_sys>;
vqmmc-supply = <&vdd_3v3_sys>; vqmmc-supply = <&vdd_1v8_sys>;
/* Azurewave AW-NH611 BCM4329 */ /* Azurewave AW-NH611 BCM4329 */
wifi@1 { wifi@1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册