diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-07-17 15:16:31 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-07-20 11:54:03 +0530 |
commit | ef19b117b83466e1c030368101a24367a34be7f0 (patch) | |
tree | 2c5ea618d58faab2ee53bd1b2f014fb83b8daeaf /drivers/phy/qualcomm/Makefile | |
parent | 6cd84cfc8e872ef7521b6fce75d53ef0b232ad04 (diff) | |
download | linux-next-ef19b117b83466e1c030368101a24367a34be7f0.tar.gz |
phy: qualcomm: add qcom ipq806x dwc usb phy driver
This has lost in the original push for the dwc3 qcom driver.
This is needed for ipq806x SoC as without this the usb ports
doesn't work at all.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Jonathan McDowell <noodles@earth.li>
Link: https://lore.kernel.org/r/20200717131635.11076-1-ansuelsmth@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/Makefile')
-rw-r--r-- | drivers/phy/qualcomm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/Makefile b/drivers/phy/qualcomm/Makefile index a767915decd0..47acbd7daa3a 100644 --- a/drivers/phy/qualcomm/Makefile +++ b/drivers/phy/qualcomm/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.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 obj-$(CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2)+= phy-qcom-snps-femto-v2.o +obj-$(CONFIG_PHY_QCOM_IPQ806X_USB) += phy-qcom-ipq806x-usb.o |