diff mbox series

[U-Boot,6/6] ARM: dts: uniphier: enable SD card for PXs3 reference board

Message ID 1529392307-26656-7-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 9ef88391d049c04922aa4679eb17ee85f4ebc608
Delegated to: Masahiro Yamada
Headers show
Series ARM: uniphier: some more updates for v2018.07-rc2 | expand

Commit Message

Masahiro Yamada June 19, 2018, 7:11 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/dts/uniphier-pxs3-ref.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/uniphier-pxs3-ref.dts b/arch/arm/dts/uniphier-pxs3-ref.dts
index 3b9931a..4fb12b8 100644
--- a/arch/arm/dts/uniphier-pxs3-ref.dts
+++ b/arch/arm/dts/uniphier-pxs3-ref.dts
@@ -75,6 +75,10 @@ 
 	status = "okay";
 };
 
+&sd {
+	status = "okay";
+};
+
 &eth0 {
 	status = "okay";
 	phy-handle = <&ethphy0>;