[PATCH 0/3] net: phy: bcm54811: Fix the PHY initialization
From: Kamil Horák (2N)
Date: Fri Jun 20 2025 - 09:46:27 EST
PATCH 1 - Fix the BCM54811 PHY initialization so that it conforms
to the datasheet regarding a reserved bit in the LRE Control
register, which must be written to zero after every device reset.
PATCH 2 - Fix the BCM54811 PHY initialization by implementing MII-Lite
mode switch
PATCH 3 - Add optional mii-lite-mode flag to switch the PHY to MII-Lite
Kamil Horák (2N) (3):
net: phy: bcm54811: Fix the PHY initialization
net: phy: bcm5481x: Implement MII-Lite mode
dt-bindings: ethernet-phy: add optional mii-lite-mode flag
.../devicetree/bindings/net/ethernet-phy.yaml | 8 +++
drivers/net/phy/broadcom.c | 54 +++++++++++++++++--
include/linux/brcmphy.h | 7 +++
3 files changed, 66 insertions(+), 3 deletions(-)
--
2.39.5