ARM: dts: aspeed: swift: Add eMMC device
authorJoel Stanley <joel@jms.id.au>
Wed, 21 Aug 2019 04:56:55 +0000 (14:26 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2019 06:04:20 +0000 (15:34 +0930)
Swift contains an eMMC device attached to the second SDHCI controller.

Reviewed-by: Adriana Kobylak <anoo@us.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-swift.dts

index f14f745b34ca5174be561c60e7f671b0001f357b..25bc0e1bbced892ad771d493e7fc67d1a70f8388 100644 (file)
        status = "okay";
 };
 
+&sdmmc {
+       status = "okay";
+};
+
+&sdhci1 {
+       status = "okay";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_sd2_default>;
+};
+
 #include "ibm-power9-dual.dtsi"