aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/qualcomm/Makefile
diff options
context:
space:
mode:
authorGravatar Abel Vesa <abel.vesa@linaro.org> 2023-02-08 21:01:57 +0200
committerGravatar Vinod Koul <vkoul@kernel.org> 2023-02-16 18:40:27 +0530
commit56d77c9a10d97d15b8da900f861bc28b06b84b1c (patch)
tree7fb7979883c535715e8274331f9e493e242938ae /drivers/phy/qualcomm/Makefile
parentdt-bindings: phy: qcom,snps-eusb2-phy: Add phys property for the repeater (diff)
downloadlinux-56d77c9a10d97d15b8da900f861bc28b06b84b1c.tar.gz
linux-56d77c9a10d97d15b8da900f861bc28b06b84b1c.tar.bz2
linux-56d77c9a10d97d15b8da900f861bc28b06b84b1c.zip
phy: qcom: Add QCOM SNPS eUSB2 repeater driver
PM8550B contains a eUSB2 repeater used for making the eUSB2 from SM8550 USB 2.0 compliant. This can be modelled SW-wise as a Phy. So add a new phy driver for it. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20230208190200.2966723-5-abel.vesa@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/Makefile')
-rw-r--r--drivers/phy/qualcomm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/Makefile b/drivers/phy/qualcomm/Makefile
index b2c01665622b..de3dc9ccf067 100644
--- a/drivers/phy/qualcomm/Makefile
+++ b/drivers/phy/qualcomm/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_PHY_QCOM_QMP_USB) += phy-qcom-qmp-usb.o
obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o
obj-$(CONFIG_PHY_QCOM_SNPS_EUSB2) += phy-qcom-snps-eusb2.o
+obj-$(CONFIG_PHY_QCOM_EUSB2_REPEATER) += phy-qcom-eusb2-repeater.o
obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o
obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o
obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o