aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Liu <jim.t90615@gmail.com>2023-10-23 15:02:22 +0800
committerTom Rini <trini@konsulko.com>2023-10-31 13:07:58 -0400
commit5572d23f024c5e8279291317bc1b4697c8a595df (patch)
tree3b1961c06dd8ef59e65c4274c5c7c4d632d6d937
parentcbba1b7766bd93d74e28202c46e69095ac13760b (diff)
downloadu-boot-5572d23f024c5e8279291317bc1b4697c8a595df.zip
u-boot-5572d23f024c5e8279291317bc1b4697c8a595df.tar.gz
u-boot-5572d23f024c5e8279291317bc1b4697c8a595df.tar.bz2
pinctrl: npcm8xx: Add name for gpio function
GPIO function name is needed in the debug log Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
-rw-r--r--drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c
index 7976e3b..ff49819 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 */