Skip to content

Commit 3f63834

Browse files
HaiNguyenPhamsmb49
authored andcommitted
pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
BugLink: https://bugs.launchpad.net/bugs/2025067 [ Upstream commit a145c9a ] AVB[01]_{MAGIC,MDC,MDIO,TXCREFCLK} are registered as both PINMUX_SINGLE(fn) and PINMUX_IPSR_GPSR(fn) in the pinmux_data array. The latter are correct, hence remove the former. Without this fix, the Ethernet PHY is not operational on the MDIO bus. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: LUU HOAI <hoai.luu.ub@renesas.com> Fixes: 741a737 ("pinctrl: renesas: Initial R8A779A0 (V3U) PFC support") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/6fd217b71e83ba9a8157513ed671a1fa218b23b6.1674824958.git.geert+renesas@glider.be Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 7ce047f commit 3f63834

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

drivers/pinctrl/renesas/pfc-r8a779a0.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -696,16 +696,8 @@ static const u16 pinmux_data[] = {
696696
PINMUX_SINGLE(PCIE0_CLKREQ_N),
697697

698698
PINMUX_SINGLE(AVB0_PHY_INT),
699-
PINMUX_SINGLE(AVB0_MAGIC),
700-
PINMUX_SINGLE(AVB0_MDC),
701-
PINMUX_SINGLE(AVB0_MDIO),
702-
PINMUX_SINGLE(AVB0_TXCREFCLK),
703699

704700
PINMUX_SINGLE(AVB1_PHY_INT),
705-
PINMUX_SINGLE(AVB1_MAGIC),
706-
PINMUX_SINGLE(AVB1_MDC),
707-
PINMUX_SINGLE(AVB1_MDIO),
708-
PINMUX_SINGLE(AVB1_TXCREFCLK),
709701

710702
PINMUX_SINGLE(AVB2_AVTP_PPS),
711703
PINMUX_SINGLE(AVB2_AVTP_CAPTURE),

0 commit comments

Comments
 (0)