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

Commit 25c40a88 authored by Nishanth Menon's avatar Nishanth Menon Committed by Benoit Cousson
Browse files

ARM: dts: omap3430-sdp: add dip switch information for MMC operation



MMC 8 bit mode operation depends on dip switch setting which is not
obvious - The current board file has this description. However, with
removal of the board file in the future, this information will be lost
and has to be rediscovered.

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent a93ad7f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,10 @@
&mmc1 {
&mmc1 {
	vmmc-supply = <&vmmc1>;
	vmmc-supply = <&vmmc1>;
	vmmc_aux-supply = <&vsim>;
	vmmc_aux-supply = <&vsim>;
	/*
	 * S6-3 must be in ON position for 8 bit mode to function
	 * Else, use 4 bit mode
	 */
	bus-width = <8>;
	bus-width = <8>;
};
};