Hi, On Thu, Mar 23, 2017 at 10:24:44PM +0100, Jelle van der Waa wrote: > Enable the WiFi (AP6212) chip and eMMC support for the NanoPi NEO Air. > > Signed-off-by: Jelle van der Waa <[email protected]> > --- > arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts | 45 > +++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts > b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts > index 3ba081c1f555..457a28e56514 100644 > --- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts > +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts > @@ -73,6 +73,13 @@ > gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>; /* PA10 */ > }; > }; > + > + wifi-pwrseq: wifi-pwrseq { > + compatible = "mmc-pwrseq-simple"; > + pinctrl-names = "default"; > + pinctrl-0 = <&wifi-en-nanopi-neo-air>;
Could you please drop that pinctrl group for that GPIO? It will help us prevent a bug in the future in the pinctrl driver that allows two GPIO users to claim the same pin. Unfortunately, that will require removing all those pinctrl properties for the GPIOs, so we'd better not introduce them in the first place :) Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: PGP signature
