]> git.hungrycats.org Git - linux/commitdiff
pinctrl: airoha: an7583: add missed gpio32 pin group
authorMikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Sat, 6 Jun 2026 02:03:33 +0000 (05:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2026 11:36:17 +0000 (13:36 +0200)
[ Upstream commit 81cc2285cea84e3ed8688d353e1250cf8899c80a ]

gpio32 pin group is missed for an7583 SoC. This patch add it.

Fixes: 3ffeb17a9a27 ("pinctrl: airoha: add support for Airoha AN7583 PINs")
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/mediatek/pinctrl-airoha.c

index 99fee1b490d86a677845bd960f1ebd5dc39f9b71..5d8b6e828673b96530804081a3da9a7afcbb7736 100644 (file)
@@ -777,6 +777,7 @@ static const int an7583_gpio28_pins[] = { 30 };
 static const int an7583_gpio29_pins[] = { 31 };
 static const int an7583_gpio30_pins[] = { 32 };
 static const int an7583_gpio31_pins[] = { 33 };
+static const int an7583_gpio32_pins[] = { 34 };
 static const int an7583_gpio33_pins[] = { 35 };
 static const int an7583_gpio34_pins[] = { 36 };
 static const int an7583_gpio35_pins[] = { 37 };
@@ -859,6 +860,7 @@ static const struct pingroup an7583_pinctrl_groups[] = {
        PINCTRL_PIN_GROUP("gpio29", an7583_gpio29),
        PINCTRL_PIN_GROUP("gpio30", an7583_gpio30),
        PINCTRL_PIN_GROUP("gpio31", an7583_gpio31),
+       PINCTRL_PIN_GROUP("gpio32", an7583_gpio32),
        PINCTRL_PIN_GROUP("gpio33", an7583_gpio33),
        PINCTRL_PIN_GROUP("gpio34", an7583_gpio34),
        PINCTRL_PIN_GROUP("gpio35", an7583_gpio35),