]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phy: add driver for MaxLinear MxL86110 PHY
authorStefano Radaelli <stefano.radaelli21@gmail.com>
Wed, 21 May 2025 21:28:15 +0000 (23:28 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 27 May 2025 07:36:17 +0000 (09:36 +0200)
commitb2908a989c594f9eb1c93016abc1382f97ee02b1
treede61005101f5ccd1bf708a36197ddc2dd31999d0
parentf484a3029a261ce96b36131825479683879ffe22
net: phy: add driver for MaxLinear MxL86110 PHY

Add support for the MaxLinear MxL86110 Gigabit Ethernet PHY, a low-power,
cost-optimized transceiver supporting 10/100/1000 Mbps over twisted-pair
copper, compliant with IEEE 802.3.

The driver implements basic features such as:
- Device initialization
- RGMII interface timing configuration
- Wake-on-LAN support
- LED initialization and control via /sys/class/leds

This driver has been tested on multiple Variscite boards, including:
- VAR-SOM-MX93 (i.MX93)
- VAR-SOM-MX8M-PLUS (i.MX8MP)

Example boot log showing driver probe:
[    7.692101] imx-dwmac 428a0000.ethernet eth0:
PHY [stmmac-0:00] driver [MXL86110 Gigabit Ethernet] (irq=POLL)

Signed-off-by: Stefano Radaelli <stefano.radaelli21@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250521212821.593057-1-stefano.radaelli21@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
MAINTAINERS
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mxl-86110.c [new file with mode: 0644]