]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pinctrl: npcm8xx: Add name for gpio function
authorJim Liu <jim.t90615@gmail.com>
Mon, 23 Oct 2023 07:02:22 +0000 (15:02 +0800)
committerTom 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

index 7976e3b3ed53dfbe85e132bcef439909e9e164a6..ff49819b58da7022f4bcf8e10f67055800c386bf 100644 (file)
@@ -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 */