From: Jim Liu Date: Mon, 23 Oct 2023 07:02:22 +0000 (+0800) Subject: pinctrl: npcm8xx: Add name for gpio function X-Git-Tag: v2024.01-rc2~15^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5572d23f024c5e8279291317bc1b4697c8a595df;p=pandora-u-boot.git pinctrl: npcm8xx: Add name for gpio function GPIO function name is needed in the debug log Signed-off-by: Jim Liu --- diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c index 7976e3b3ed5..ff49819b58d 100644 --- a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c +++ b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c @@ -329,6 +329,7 @@ struct group_info { static const struct group_info npcm8xx_groups[] = { FUNC_LIST + {FN_gpio, "GPIO", NULL, 0, 0, 0} }; /* Pin flags */