]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: qcom: add Qualcomm QUSB2 USB PHY driver
authorBhupesh Sharma <bhupesh.linux@gmail.com>
Wed, 3 Apr 2024 12:07:37 +0000 (14:07 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 4 Apr 2024 15:46:46 +0000 (17:46 +0200)
commit8b133fc19c6eb828af7c242a87adcd7bd06e8e06
tree10e00e07635abfa0e8f9418d9824b67ade9f0062
parent008a2ad3b4462cca294f8af92016f0a94e8665fd
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 <bhupesh.sharma@linaro.org>
[code cleanup, switch to clk_bulk]
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/phy/qcom/Kconfig
drivers/phy/qcom/Makefile
drivers/phy/qcom/phy-qcom-qusb2.c [new file with mode: 0644]