Skip to content

Commit 12219fd

Browse files
khayash1linusw
authored andcommitted
pinctrl: uniphier: fix members of rmii group for Pro4
The ether_rmii_groups should have "ether_rmii" and "ether_rmiib" as members. This patch replaces to them. Fixes: 1e359ab ("pinctrl: uniphier: add Ethernet pin-mux settings") Signed-off-by: Kunihiko Hayashi <[email protected]> Acked-by: Masahiro Yamada <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 9b21e72 commit 12219fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ static const struct uniphier_pinctrl_group uniphier_pro4_groups[] = {
11591159
static const char * const emmc_groups[] = {"emmc", "emmc_dat8"};
11601160
static const char * const ether_mii_groups[] = {"ether_mii"};
11611161
static const char * const ether_rgmii_groups[] = {"ether_rgmii"};
1162-
static const char * const ether_rmii_groups[] = {"ether_rgmii", "ether_rgmiib"};
1162+
static const char * const ether_rmii_groups[] = {"ether_rmii", "ether_rmiib"};
11631163
static const char * const i2c0_groups[] = {"i2c0"};
11641164
static const char * const i2c1_groups[] = {"i2c1"};
11651165
static const char * const i2c2_groups[] = {"i2c2"};

0 commit comments

Comments
 (0)