diff options
author | Srinath Mannam <srinath.mannam@broadcom.com> | 2019-03-19 10:15:43 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-04-17 10:42:48 +0200 |
commit | 4dcddbb38b640a5c9ecb23e9b9348e36825263f7 (patch) | |
tree | 8a6a2bb253cad90ce8a14ae72ece9ef5e8fb6e82 /drivers/phy/broadcom/Makefile | |
parent | dt-bindings: phy: Add Stingray USB PHY binding document (diff) | |
download | linux-4dcddbb38b640a5c9ecb23e9b9348e36825263f7.tar.xz linux-4dcddbb38b640a5c9ecb23e9b9348e36825263f7.zip |
phy: sr-usb: Add Stingray USB PHY driver
USB PHY driver supports two types of stingray USB PHYs
- Type 1 is a combo PHY contains two PHYs, one SS and one HS.
- Type 2 is a single HS PHY.
These two PHY versons support both Generic xHCI host controller driver
and BDC Broadcom device controller driver.
Signed-off-by: Srinath Mannam <srinath.mannam@broadcom.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/broadcom/Makefile')
-rw-r--r-- | drivers/phy/broadcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/broadcom/Makefile b/drivers/phy/broadcom/Makefile index 0f60184e6662..f453c7d3ffff 100644 --- a/drivers/phy/broadcom/Makefile +++ b/drivers/phy/broadcom/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_PHY_BRCM_USB) += phy-brcm-usb-dvr.o phy-brcm-usb-dvr-objs := phy-brcm-usb.o phy-brcm-usb-init.o obj-$(CONFIG_PHY_BCM_SR_PCIE) += phy-bcm-sr-pcie.o +obj-$(CONFIG_PHY_BCM_SR_USB) += phy-bcm-sr-usb.o |