[PATCH v2 0/2] phy: add support for TH1520 USB PHY

Drew Fustini fustini at kernel.org
Fri Aug 14 17:07:23 PDT 2026


On Thu, Jul 23, 2026 at 04:43:14PM +0800, Icenowy Zheng wrote:
> This patchset is splitted from the "Add TH1520 USB support" patchset,
> with only the PHY binding/driver part.
> 
> Icenowy Zheng (2):
>   dt-bindings: phy: add binding for T-Head TH1520 USB PHY
>   phy: add a driver for T-Head TH1520 USB PHY
> 
>  .../bindings/phy/thead,th1520-usb-phy.yaml    |  73 +++++++
>  drivers/phy/Kconfig                           |   1 +
>  drivers/phy/Makefile                          |   1 +
>  drivers/phy/thead/Kconfig                     |  11 ++
>  drivers/phy/thead/Makefile                    |   2 +
>  drivers/phy/thead/phy-th1520-usb.c            | 180 ++++++++++++++++++
>  6 files changed, 268 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/phy/thead,th1520-usb-phy.yaml
>  create mode 100644 drivers/phy/thead/Kconfig
>  create mode 100644 drivers/phy/thead/Makefile
>  create mode 100644 drivers/phy/thead/phy-th1520-usb.c
> 
> -- 
> 2.52.0

Hi, are you planning to send an updated version?

Thanks,
Drew



More information about the linux-phy mailing list