git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbba1b7
)
pinctrl: npcm8xx: Add name for gpio function
author
Jim Liu
<jim.t90615@gmail.com>
Mon, 23 Oct 2023 07:02:22 +0000
(15:02 +0800)
committer
Tom Rini
<trini@konsulko.com>
Tue, 31 Oct 2023 17:07:58 +0000
(13:07 -0400)
GPIO function name is needed in the debug log
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c
b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c
index
7976e3b
..
ff49819
100644
(file)
--- 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 */