[PATCH 0/4] b53: Add BCM53134 support

From: Paul Geurts
Date: Mon Feb 27 2023 - 14:44:35 EST


This series of patches add support for the Broadcom BCM53134 managed Ethernet switch device, as well as some extra additions.

The additions now only cover the MDIO interface part of the device. The
BCM53134 device is also controllable through the SPI interface, but for now I don't have the hardware available to test this interface. The functionality in the b53_common sources should be the same though.

Paul Geurts (4):
net: dsa: b53: Add support for Broadcom BCM53134 managed Ethernet
switch
dt-bindings: net/dsa/: add brcm,bcm53134 as compatible flag
net: dsa: b53: fail switch initialization for unsupported switch types
net: dsa: b53: mdio: Add optional reset gpio

.../devicetree/bindings/net/dsa/brcm,b53.yaml | 1 +
drivers/net/dsa/b53/b53_common.c | 26 ++++++++++++++++++-
drivers/net/dsa/b53/b53_mdio.c | 14 +++++++++-
drivers/net/dsa/b53/b53_priv.h | 12 +++++++--
4 files changed, 49 insertions(+), 4 deletions(-)

--
2.30.2