diff options
author | 2025-05-17 22:13:50 +0200 | |
---|---|---|
committer | 2025-05-21 15:56:10 -0700 | |
commit | 3e2b72298904081ba16b7e98b156eaca07f2db27 (patch) | |
tree | 94fa227b2edd880ee6fd4e723d7a8b8da2ea4767 /MAINTAINERS | |
parent | net: phy: Add support for Aeonsemi AS21xxx PHYs (diff) | |
download | wireguard-linux-3e2b72298904081ba16b7e98b156eaca07f2db27.tar.xz wireguard-linux-3e2b72298904081ba16b7e98b156eaca07f2db27.zip |
dt-bindings: net: Document support for Aeonsemi PHYs
Add Aeonsemi PHYs and the requirement of a firmware to correctly work.
Also document the max number of LEDs supported and what PHY ID expose
when no firmware is loaded.
Supported PHYs AS21011JB1, AS21011PB1, AS21010JB1, AS21010PB1,
AS21511JB1, AS21511PB1, AS21510JB1, AS21510PB1, AS21210JB1,
AS21210PB1 that all register with the PHY ID 0x7500 0x9410 on C45
registers before the firmware is loaded.
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Link: https://patch.msgid.link/20250517201353.5137-7-ansuelsmth@gmail.com
Signed-off-by: Jakub Kicinski <kuba@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 88b878fcfd3d..b0509db13c4d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -650,6 +650,7 @@ AEONSEMI PHY DRIVER M: Christian Marangi <ansuelsmth@gmail.com> L: netdev@vger.kernel.org S: Maintained +F: Documentation/devicetree/bindings/net/aeonsemi,as21xxx.yaml F: drivers/net/phy/as21xxx.c AF8133J THREE-AXIS MAGNETOMETER DRIVER |