1
0
Fork 0

rockchip: Disable sdio mmc slot on rk3288-firefly

U-Boot can't use the sdio card so turn it of to prevent things getting
confused/struck when trying to use the card as storage.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Sjoerd Simons 2015-08-30 16:55:46 -06:00 committed by Simon Glass
parent 8e3332e223
commit 7e27815a46
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@
pinctrl-names = "default";
pinctrl-0 = <&sdio0_bus4>, <&sdio0_cmd>, <&sdio0_clk>;
vmmc-supply = <&vcc_18>;
status = "okay";
status = "disabled";
};
&sdmmc {