[PATCH net-next 0/2] net: phy: mxl-gpy: Add mode for 2 leds

From: Marcus Carlberg
Date: Tue Sep 20 2022 - 11:14:23 EST


GPY211 phy default to using all four led pins.
Hardwares using only two leds where led0 is used as the high
network speed led and led1 the low network speed led will not
get the correct behaviour since 1Gbit and 2.5Gbit will not be
represented at all in the existing leds.


Marcus Carlberg (2):
dt-bindings: net: Add mxl,gpy
net: phy: mxl-gpy: Add mode for 2 leds

.../devicetree/bindings/net/mxl,gpy.yaml | 39 ++++++++++++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 1 +
drivers/net/phy/mxl-gpy.c | 45 +++++++++++++++++++
4 files changed, 87 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/mxl,gpy.yaml

--
2.20.1