mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
pinctrl: npcm8xx: Add name for gpio function
GPIO function name is needed in the debug log Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
This commit is contained in:
parent
cbba1b7766
commit
5572d23f02
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue