diff options
| author | Bhupesh Sharma <[email protected]> | 2024-04-03 14:07:37 +0200 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-04-04 17:46:46 +0200 |
| commit | 8b133fc19c6eb828af7c242a87adcd7bd06e8e06 (patch) | |
| tree | 10e00e07635abfa0e8f9418d9824b67ade9f0062 /drivers/phy/qcom/Makefile | |
| parent | 008a2ad3b4462cca294f8af92016f0a94e8665fd (diff) | |
phy: qcom: add Qualcomm QUSB2 USB PHY driver
The Snapdragon 845 and several other Qualcomm SoCs feature this
USB high-speed phy. Add a driver for it based on the Linux driver, with
support for the SDM845, and the QCM2290 and SM6115 SoCs which will gain
support in U-Boot in future patches.
Signed-off-by: Bhupesh Sharma <[email protected]>
[code cleanup, switch to clk_bulk]
Acked-by: Sumit Garg <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers/phy/qcom/Makefile')
| -rw-r--r-- | drivers/phy/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qcom/Makefile b/drivers/phy/qcom/Makefile index 2113f178c0c..f6af985666a 100644 --- a/drivers/phy/qcom/Makefile +++ b/drivers/phy/qcom/Makefile @@ -1,4 +1,5 @@ obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o obj-$(CONFIG_MSM8916_USB_PHY) += msm8916-usbh-phy.o +obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o obj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o |
