[U-Boot] [PATCH 3/8] rockchip: Disable sdio mmc slot on rk3288-firefly
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Sun Aug 16 14:01:51 CEST 2015
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 at collabora.co.uk>
---
arch/arm/dts/rk3288-firefly.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/rk3288-firefly.dtsi b/arch/arm/dts/rk3288-firefly.dtsi
index 8a083f0..5aec1b8 100644
--- a/arch/arm/dts/rk3288-firefly.dtsi
+++ b/arch/arm/dts/rk3288-firefly.dtsi
@@ -386,7 +386,7 @@
pinctrl-names = "default";
pinctrl-0 = <&sdio0_bus4>, <&sdio0_cmd>, <&sdio0_clk>;
vmmc-supply = <&vcc_18>;
- status = "okay";
+ status = "disabled";
};
&sdmmc {
--
2.5.0
More information about the U-Boot
mailing list