ARM: dts: omap3-gta04: Enable mmc2 for wifi
authorNeilBrown <neilb@suse.de>
Sat, 1 Mar 2014 13:58:53 +0000 (14:58 +0100)
committerTony Lindgren <tony@atomide.com>
Sun, 2 Mar 2014 17:51:50 +0000 (09:51 -0800)
This requires vaux4.

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

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dts

index 7291f6bf51911cf421c697d5e133c1e6ddde1fe3..6f31462fa8666caf1660c859a7e2e7a40526c12d 100644 (file)
 };
 
 &mmc2 {
-       status = "disabled";
+       vmmc-supply = <&vaux4>;
+       bus-width = <4>;
+       ti,non-removable;
 };
 
 &mmc3 {
        bb_uvolt = <3200000>;
        bb_uamp = <150>;
 };
+
+&vaux4 {
+       regulator-min-microvolt = <2800000>;
+       regulator-max-microvolt = <3150000>;
+};