[PATCH v2 0/2] phy: Add support for Airoha AN7583 USB PHY
From: Christian Marangi
Date: Tue Aug 11 2026 - 08:48:02 EST
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