Re: [PATCH] pinctrl: meson-gxl: fix GPIOX sdio pins

From: Linus Walleij
Date: Wed Feb 19 2020 - 11:23:55 EST


Hi Nicolas,

thanks for your patch!

I can't apply it for some reason, something is weird with it...

On Wed, Feb 5, 2020 at 12:22 PM Nicolas Belin <nbelin@xxxxxxxxxxxx> wrote:

> @@ -147,8 +147,8 @@ static const unsigned int sdio_d0_pins[] = { GPIOX_0 };
> static const unsigned int sdio_d1_pins[] = { GPIOX_1 };
> static const unsigned int sdio_d2_pins[] = { GPIOX_2 };
> static const unsigned int sdio_d3_pins[] = { GPIOX_3 };
> -static const unsigned int sdio_cmd_pins[] = { GPIOX_4 };
> -static const unsigned int sdio_clk_pins[] = { GPIOX_5 };
> +static const unsigned int sdio_clk_pins[] = { GPIOX_4 };
> +static const unsigned int sdio_cmd_pins[] = { GPIOX_5 };
> static const unsigned int sdio_irq_pins[] = { GPIOX_7 };
>
> static const unsigned int nand_ce0_pins[] = { BOOT_8 };
> --

For example the patch just ends here with -- two dashes.

Please collect Jerome's ACK and resend using git-send-email if possible.

Yours,
Linus Walleij