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>
This commit is contained in:
parent
c35227958d
commit
150a6a931a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue