Skip to content

Commit

Permalink
ARM: dts: am335x-evm[sdk]: switch mmc1 to 4-bit mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Balaji T K authored and Benoit Cousson committed Oct 11, 2013
1 parent af905b2 commit 0d8d40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,5 @@
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
};
1 change: 1 addition & 0 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,5 @@
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc_reg>;
bus-width = <4>;
};

0 comments on commit 0d8d40f

Please sign in to comment.