]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: Enable first MMC slot on AST2500 EVB
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 12 Jul 2019 03:37:26 +0000 (13:07 +0930)
committerJoel Stanley <joel@jms.id.au>
Wed, 21 Aug 2019 04:12:33 +0000 (13:42 +0930)
The EVB contains two slots. Enable one of them for testing purposes.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-ast2500-evb.dts

index 556ed469830cdb015dd7d3b3f7f3ad9d2883608b..c9d88c90135e6d32a8778c5cbef6ac2e8e77c0c4 100644 (file)
        };
 };
 
+&sdmmc {
+       status = "okay";
+};
+
+&sdhci0 {
+       status = "okay";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_sd1_default>;
+};
+
 /*
  * Enable port A as device (via the virtual hub) and port B as
  * host by default on the eval board. This can be easily changed