From: Andrew Jeffery Date: Fri, 12 Jul 2019 03:37:26 +0000 (+0930) Subject: ARM: dts: aspeed: Enable first MMC slot on AST2500 EVB X-Git-Tag: v5.4-rc1~184^2~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150a6a931a328fa043522bce86db1501f2f1cb6f;p=thirdparty%2Flinux.git ARM: dts: aspeed: Enable first MMC slot on AST2500 EVB The EVB contains two slots. Enable one of them for testing purposes. Signed-off-by: Andrew Jeffery Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts index 556ed469830cd..c9d88c90135e6 100644 --- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts @@ -94,6 +94,17 @@ }; }; +&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