phy: Add support for drivers to enable USB on QCS404 SoC
authorSumit Garg <sumit.garg@linaro.org>
Thu, 4 Aug 2022 14:27:10 +0000 (19:57 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:45 +0000 (10:55 -0400)
commit0b746d287c6c467972522da02b836f567e3ed981
treea75c774defc0830f31ba522cffb6a7699f0fbff3
parent23ba5f34c8e13e65e8d3749bad610d56fc4814cc
phy: Add support for drivers to enable USB on QCS404 SoC

QCS404 SoC supports two types of PHY, one supports high speed mode or
USB2 PHY and the other supports super speed mode or USB3 PHY. So add
corresponding PHY drivers.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
drivers/phy/qcom/Kconfig
drivers/phy/qcom/Makefile
drivers/phy/qcom/phy-qcom-usb-hs-28nm.c [new file with mode: 0644]
drivers/phy/qcom/phy-qcom-usb-ss.c [new file with mode: 0644]