[PATCH v2 0/2] phy: Add support for Airoha AN7583 USB PHY

Christian Marangi ansuelsmth at gmail.com
Tue Aug 11 05:47:21 PDT 2026


This small series ass support for Airoha USB PHY and Gen2 PCIe
PHY.

Changes v2:
- Add Documentation
- Out of RFC
- Rework to Serdes PHY instead of SCU (following
  for consistency AN7581 implementation)

Christian Marangi (2):
  dt-bindings: phy: Add documentation for Airoha AN7583 USB PHY
  phy: airoha: Add support for Airoha AN7583 USB PHY

 .../bindings/phy/airoha,an7583-usb-phy.yaml   |  205 +-
 drivers/phy/Kconfig                           |    1 +
 drivers/phy/Makefile                          |    3 +-
 drivers/phy/airoha/Kconfig                    |   11 +
 drivers/phy/airoha/Makefile                   |    3 +
 drivers/phy/airoha/phy-an7583-usb.c           | 2009 +++++++++++++++++
 6 files changed, 2194 insertions(+), 38 deletions(-)
 create mode 100644 drivers/phy/airoha/Kconfig
 create mode 100644 drivers/phy/airoha/Makefile
 create mode 100644 drivers/phy/airoha/phy-an7583-usb.c

-- 
2.53.0




More information about the linux-phy mailing list