[PATCH 0/2] Add support for Qualcomm QUSB2 USB PHY driver

Bhupesh Sharma bhupesh.sharma at linaro.org
Mon Apr 3 22:31:18 CEST 2023


Enable support for HighSpeed QUSB2 PHY transceiver for USB controllers
on Qualcomm chips.

This patchset adds driver support for the high-speed PHY which is usually
paired with either the ChipIdea or Synopsys DWC3 USB IPs on Qualcomm
Snapdragon SOCs like SM6115 and SDM845.

Bhupesh Sharma (2):
  dt-bindings: phy: Import phy-qcom-qusb2.h
  phy: Add Qualcomm QUSB2 USB PHY driver

 drivers/phy/qcom/Kconfig                 |   7 +
 drivers/phy/qcom/Makefile                |   1 +
 drivers/phy/qcom/phy-qcom-qusb2.c        | 423 +++++++++++++++++++++++
 include/dt-bindings/phy/phy-qcom-qusb2.h |  37 ++
 4 files changed, 468 insertions(+)
 create mode 100644 drivers/phy/qcom/phy-qcom-qusb2.c
 create mode 100644 include/dt-bindings/phy/phy-qcom-qusb2.h

-- 
2.38.1



More information about the U-Boot mailing list