diff mbox series

[v2,1/5] pinctrl: npcm8xx: add name for gpio function

Message ID 20231011084533.2325296-2-JJLIU0@nuvoton.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series fix npcm bmc error | expand

Commit Message

Jim Liu Oct. 11, 2023, 8:45 a.m. UTC
gpio function name is needed in the debug log

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
---
 drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c
index 7976e3b3ed..ff49819b58 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 */