diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-07-12 06:37:26 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-21 07:12:33 +0300 |
commit | 150a6a931a328fa043522bce86db1501f2f1cb6f (patch) | |
tree | c3ece2d000d95023cabbeaee54c94a1888520c64 /arch/arm/boot/dts/aspeed-ast2500-evb.dts | |
parent | c35227958d7ecceae42a7d958380eae906f7b8e6 (diff) | |
download | linux-150a6a931a328fa043522bce86db1501f2f1cb6f.tar.xz |
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 <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-ast2500-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2500-evb.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts index 556ed469830c..c9d88c90135e 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 |