From 5a13ba6800ebe602dd6d7d78da2a71e2bd119e34 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 1 Mar 2014 14:58:53 +0100 Subject: [PATCH] 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: NeilBrown Signed-off-by: Marek Belisko Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/omap3-gta04.dts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7291f6bf5191..6f31462fa866 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts/omap3-gta04.dts @@ -176,7 +176,9 @@ }; &mmc2 { - status = "disabled"; + vmmc-supply = <&vaux4>; + bus-width = <4>; + ti,non-removable; }; &mmc3 { @@ -202,3 +204,8 @@ bb_uvolt = <3200000>; bb_uamp = <150>; }; + +&vaux4 { + regulator-min-microvolt = <2800000>; + regulator-max-microvolt = <3150000>; +}; -- GitLab