From: NeilBrown Date: Sat, 1 Mar 2014 13:58:53 +0000 (+0100) Subject: ARM: dts: omap3-gta04: Enable mmc2 for wifi X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5a13ba6800ebe602dd6d7d78da2a71e2bd119e34;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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>; +};