Commit 0d8d40fc authored by Balaji T K's avatar Balaji T K Committed by Benoit Cousson

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: default avatarBalaji T K <balajitk@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent af905b22
...@@ -521,4 +521,5 @@ adc { ...@@ -521,4 +521,5 @@ adc {
&mmc1 { &mmc1 {
status = "okay"; status = "okay";
vmmc-supply = <&vmmc_reg>; vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
}; };
...@@ -423,4 +423,5 @@ &cpsw_emac1 { ...@@ -423,4 +423,5 @@ &cpsw_emac1 {
&mmc1 { &mmc1 {
status = "okay"; status = "okay";
vmmc-supply = <&vmmc_reg>; vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment