projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe15c26
)
pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
author
Hai Pham
<hai.pham.ud@renesas.com>
Fri, 27 Jan 2023 13:10:31 +0000
(14:10 +0100)
committer
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 6 Mar 2023 09:51:12 +0000
(10:51 +0100)
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: 741a7370fc3b8b54 ("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
drivers/pinctrl/renesas/pfc-r8a779a0.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/renesas/pfc-r8a779a0.c
b/drivers/pinctrl/renesas/pfc-r8a779a0.c
index 760c83a8740bd8b3dfd173c69b495d75743bc56e..6069869353bb42f14df9eb37dd3c9b1ec0d4b52d 100644
(file)
--- a/
drivers/pinctrl/renesas/pfc-r8a779a0.c
+++ b/
drivers/pinctrl/renesas/pfc-r8a779a0.c
@@
-696,16
+696,8
@@
static const u16 pinmux_data[] = {
PINMUX_SINGLE(PCIE0_CLKREQ_N),
PINMUX_SINGLE(AVB0_PHY_INT),
- PINMUX_SINGLE(AVB0_MAGIC),
- PINMUX_SINGLE(AVB0_MDC),
- PINMUX_SINGLE(AVB0_MDIO),
- PINMUX_SINGLE(AVB0_TXCREFCLK),
PINMUX_SINGLE(AVB1_PHY_INT),
- PINMUX_SINGLE(AVB1_MAGIC),
- PINMUX_SINGLE(AVB1_MDC),
- PINMUX_SINGLE(AVB1_MDIO),
- PINMUX_SINGLE(AVB1_TXCREFCLK),
PINMUX_SINGLE(AVB2_AVTP_PPS),
PINMUX_SINGLE(AVB2_AVTP_CAPTURE),