diff options
| author | Théo Lebrun <theo.lebrun@bootlin.com> | 2026-03-09 15:37:34 +0100 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-05-10 17:44:21 +0530 |
| commit | b6e33443876d0ca7e93cf949455e3c1a1a0aae24 (patch) | |
| tree | 9fad31e15675d60e343dcc1eefa87bc9ddc2ccba /MAINTAINERS | |
| parent | 53f60930e3d20883364fc01fd46b6099acb8127a (diff) | |
| download | linux-next-history-b6e33443876d0ca7e93cf949455e3c1a1a0aae24.tar.gz | |
phy: Add driver for EyeQ5 Ethernet PHY wrapper
EyeQ5 embeds a system-controller called OLB. It features many unrelated
registers, and some of those are registers used to configure the
integration of the RGMII/SGMII Cadence PHY used by MACB/GEM instances.
Wrap in a neat generic PHY provider, exposing two PHYs with standard
phy_init() / phy_set_mode() / phy_power_on() operations.
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://patch.msgid.link/20260309-macb-phy-v9-1-5afd87d9db43@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cf179372c7f0e..421dd786b399a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17958,6 +17958,7 @@ F: arch/mips/boot/dts/mobileye/ F: arch/mips/configs/eyeq*_defconfig F: arch/mips/mobileye/board-epm5.its.S F: drivers/clk/clk-eyeq.c +F: drivers/phy/phy-eyeq5-eth.c F: drivers/pinctrl/pinctrl-eyeq5.c F: drivers/reset/reset-eyeq.c F: include/dt-bindings/clock/mobileye,eyeq5-clk.h |
