[PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

Javier Martinez Canillas javier at dowhile0.org
Fri Sep 18 10:35:49 PDT 2015


Hello Tony,

[snip]

>
> +       vmmcsdio_fixed: fixedregulator-mmcsdio {
> +               compatible = "regulator-fixed";
> +               regulator-name = "vmmcsdio_fixed";
> +               regulator-min-microvolt = <1800000>;
> +               regulator-max-microvolt = <1800000>;
> +               gpio = <&gpio5 12 GPIO_ACTIVE_HIGH>;    /* gpio140 WLAN_EN */

I know that other OMAP boards use a fake fixed regulator to toggle the
WiFi enable pin but now the MMC subsystem has proper support for power
sequence providers so that should be used instead. For simple uses
like this, Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
should be enough.

Best regards,
Javier



More information about the linux-arm-kernel mailing list