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

Commit 5a13ba68 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: Enable mmc2 for wifi



This requires vaux4.

Reset line isn't used yet, so wifi isn't reliable.
But it does work once per boot.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6764f648
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -176,7 +176,9 @@
};
};


&mmc2 {
&mmc2 {
	status = "disabled";
	vmmc-supply = <&vaux4>;
	bus-width = <4>;
	ti,non-removable;
};
};


&mmc3 {
&mmc3 {
@@ -202,3 +204,8 @@
	bb_uvolt = <3200000>;
	bb_uvolt = <3200000>;
	bb_uamp = <150>;
	bb_uamp = <150>;
};
};

&vaux4 {
	regulator-min-microvolt = <2800000>;
	regulator-max-microvolt = <3150000>;
};