diff mbox series

drivers: pinctrl-sunxi: add suniv spi1 function

Message ID CAGNyvehMbDenbnZdSbV9m5LkEkqE_dix0+XZQwJU_qDAcfJZXw@mail.gmail.com
State New
Delegated to: Andre Przywara
Headers show
Series drivers: pinctrl-sunxi: add suniv spi1 function | expand

Commit Message

路辉 June 9, 2023, 1:37 p.m. UTC
From 570b40e19de75511d9ce066e1a28333ada04baf2 Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76@gmail.com>
Date: Mon, 29 May 2023 22:26:25 +0800
Subject: [PATCH] drivers: pinctrl-sunxi: add suniv spi1 function

---
 drivers/pinctrl/sunxi/pinctrl-sunxi.c | 1 +
 1 file changed, 1 insertion(+)

 #else

Comments

Andre Przywara April 18, 2024, 10:42 p.m. UTC | #1
On Fri, 9 Jun 2023 13:37:16 +0000
路辉 <luhux76@gmail.com> wrote:

Hi,

> From 570b40e19de75511d9ce066e1a28333ada04baf2 Mon Sep 17 00:00:00 2001
> From: Lu Hui <luhux76@gmail.com>
> Date: Mon, 29 May 2023 22:26:25 +0800
> Subject: [PATCH] drivers: pinctrl-sunxi: add suniv spi1 function

There should be a commit message, explaining *why* this is needed.
So which device on which board do you use in U-Boot that requires SPI1?

Also you need a "Signed-off-by:" line with your real name and email
address.

Cheers,
Andre

> ---
>  drivers/pinctrl/sunxi/pinctrl-sunxi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> index e510218090..c448e40ab0 100644
> --- a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> +++ b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> @@ -240,6 +240,7 @@ static const struct sunxi_pinctrl_function
> suniv_f1c100s_pinctrl_functions[] = {
>      { "mmc0",    2 },    /* PF0-PF5 */
>      { "mmc1",    3 },    /* PC0-PC2 */
>      { "spi0",    2 },    /* PC0-PC3 */
> +    { "spi1",    6 },    /* PA0-PA3 */
>  #if IS_ENABLED(CONFIG_UART0_PORT_F)
>      { "uart0",    3 },    /* PF2-PF4 */
>  #else
diff mbox series

Patch

diff --git a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
index e510218090..c448e40ab0 100644
--- a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
+++ b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
@@ -240,6 +240,7 @@  static const struct sunxi_pinctrl_function
suniv_f1c100s_pinctrl_functions[] = {
     { "mmc0",    2 },    /* PF0-PF5 */
     { "mmc1",    3 },    /* PC0-PC2 */
     { "spi0",    2 },    /* PC0-PC3 */
+    { "spi1",    6 },    /* PA0-PA3 */
 #if IS_ENABLED(CONFIG_UART0_PORT_F)
     { "uart0",    3 },    /* PF2-PF4 */