mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 03:27:30 -04:00
pinctrl: airoha: an7581: add missed gpio32 pin group
gpio32 pin group is missed for an7581 SoC. This patch add it.
Fixes: 1c8ace2d07 ("pinctrl: airoha: Add support for EN7581 SoC")
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>
This commit is contained in:
committed by
Linus Walleij
parent
11f25ac563
commit
bdc95d7e8d
@@ -539,6 +539,7 @@ static const int en7581_gpio28_pins[] = { 41 };
|
||||
static const int en7581_gpio29_pins[] = { 42 };
|
||||
static const int en7581_gpio30_pins[] = { 43 };
|
||||
static const int en7581_gpio31_pins[] = { 44 };
|
||||
static const int en7581_gpio32_pins[] = { 45 };
|
||||
static const int en7581_gpio33_pins[] = { 46 };
|
||||
static const int en7581_gpio34_pins[] = { 47 };
|
||||
static const int en7581_gpio35_pins[] = { 48 };
|
||||
@@ -623,6 +624,7 @@ static const struct pingroup en7581_pinctrl_groups[] = {
|
||||
PINCTRL_PIN_GROUP("gpio29", en7581_gpio29),
|
||||
PINCTRL_PIN_GROUP("gpio30", en7581_gpio30),
|
||||
PINCTRL_PIN_GROUP("gpio31", en7581_gpio31),
|
||||
PINCTRL_PIN_GROUP("gpio32", en7581_gpio32),
|
||||
PINCTRL_PIN_GROUP("gpio33", en7581_gpio33),
|
||||
PINCTRL_PIN_GROUP("gpio34", en7581_gpio34),
|
||||
PINCTRL_PIN_GROUP("gpio35", en7581_gpio35),
|
||||
|
||||
Reference in New Issue
Block a user