Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -521,4 +521,5 @@
&mmc1 {
	status = "okay";
	vmmc-supply = <&vmmc_reg>;
	bus-width = <4>;
};
+1 −0
Original line number Diff line number Diff line
@@ -423,4 +423,5 @@
&mmc1 {
	status = "okay";
	vmmc-supply = <&vmmc_reg>;
	bus-width = <4>;
};