[PATCH] drivers: pinctrl-sunxi: add suniv spi1 function
Andre Przywara
andre.przywara at arm.com
Fri Apr 19 00:42:53 CEST 2024
On Fri, 9 Jun 2023 13:37:16 +0000
路辉 <luhux76 at gmail.com> wrote:
Hi,
> From 570b40e19de75511d9ce066e1a28333ada04baf2 Mon Sep 17 00:00:00 2001
> From: Lu Hui <luhux76 at 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
More information about the U-Boot
mailing list