1
0
Fork 0

ARM: dts: am335x-evm[sdk]: switch mmc1 to 4-bit mode

Set bus-width to make SD card operate in 4 bit mode.

Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
hifive-unleashed-5.1
Balaji T K 2013-09-27 17:05:10 +05:30 committed by Benoit Cousson
parent af905b2225
commit 0d8d40fc66
2 changed files with 2 additions and 0 deletions

View File

@ -521,4 +521,5 @@
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
};

View File

@ -423,4 +423,5 @@
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
};