Commit 83bf6b13 authored by Linus Walleij's avatar Linus Walleij Committed by Arnd Bergmann

ARM: ux500: modify initial levelshifter status

commit 1d8aca9d
"ARM: ux500: fix MMC/SD card regression"
fixed broken the level shifter: it should be default ON
but became default OFF.

Fixes: 1d8aca9d "ARM: ux500: fix MMC/SD card regression"
Reported-and-tested-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 63910745
...@@ -56,7 +56,7 @@ default_hrefv60_cfg1 { ...@@ -56,7 +56,7 @@ default_hrefv60_cfg1 {
/* VMMCI level-shifter enable */ /* VMMCI level-shifter enable */
default_hrefv60_cfg2 { default_hrefv60_cfg2 {
pins = "GPIO169_D22"; pins = "GPIO169_D22";
ste,config = <&gpio_out_lo>; ste,config = <&gpio_out_hi>;
}; };
/* VMMCI level-shifter voltage select */ /* VMMCI level-shifter voltage select */
default_hrefv60_cfg3 { default_hrefv60_cfg3 {
......
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