[PATCH 3/3] ARM: dts: aspeed: Enable both MMC slots on Swift

From: Andrew Jeffery
Date: Wed Jul 10 2019 - 10:15:37 EST


From: Joel Stanley <joel@xxxxxxxxx>

Swift will provide at least its rootfs on eMMC.

Signed-off-by: Joel Stanley <joel@xxxxxxxxx>
---
.../boot/dts/aspeed-bmc-opp-witherspoon.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index f1356ca794d8..fcaeae2dd0a8 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -640,3 +640,21 @@
&vhub {
status = "okay";
};
+
+&sdc {
+ status = "okay";
+};
+
+&sdhci0 {
+ status = "okay";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_sd1_default>;
+};
+
+&sdhci1 {
+ status = "okay";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_sd2_default>;
+};
--
2.20.1