On Sat, 15 Mar 2025 16:43:44 +0100, Christian Marangi wrote: > Document support for AN8855 Switch Internal PHY. > > Airoha AN8855 is a 5-port Gigabit Switch that expose the Internal > PHYs on the MDIO bus. > > Each PHY might need to be calibrated to correctly work with the > use of the eFUSE provided by the Switch SoC. This can be enabled by > defining in the PHY node the NVMEM cell properties. > > Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx> > --- > .../bindings/net/airoha,an8855-phy.yaml | 83 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 84 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/airoha,an8855-phy.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>