Skip to content

Commit d3dbabe

Browse files
amboarlinusw
authored andcommitted
pinctrl: aspeed-g5: Fix GPIOE1 typo
This prevented C20 from successfully being muxed as GPIO. Fixes: 56e57cb (pinctrl: Add pinctrl-aspeed-g5 driver) Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 97e8c3f commit d3dbabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ SIG_EXPR_LIST_DECL_SINGLE(NDCD3, NDCD3, SIG_DESC_SET(SCU80, 17));
182182
SIG_EXPR_DECL(GPIE0OUT, GPIE0, GPIE0_DESC);
183183
SIG_EXPR_DECL(GPIE0OUT, GPIE, GPIE_DESC);
184184
SIG_EXPR_LIST_DECL_DUAL(GPIE0OUT, GPIE0, GPIE);
185-
MS_PIN_DECL(C20, GPIE0, NDCD3, GPIE0OUT);
185+
MS_PIN_DECL(C20, GPIOE1, NDCD3, GPIE0OUT);
186186

187187
FUNC_GROUP_DECL(GPIE0, B20, C20);
188188

0 commit comments

Comments
 (0)