diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-08-22 05:50:34 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-10 10:57:50 +0200 |
commit | c339d3e0fb100465d644ccf84590e6f5e5ad80b9 (patch) | |
tree | 4849763242558481c177edb12f193311f13620a1 /drivers/phy/socionext/Makefile | |
parent | dt-bindings: phy: add DT bindings for UniPhier USB2 PHY driver (diff) | |
download | linux-c339d3e0fb100465d644ccf84590e6f5e5ad80b9.tar.xz linux-c339d3e0fb100465d644ccf84590e6f5e5ad80b9.zip |
phy: socionext: add USB2 PHY driver for UniPhier SoC
Add a driver for PHY interface built into USB2 controller implemented on
UniPhier SoCs. This driver supports HS-PHY for Pro4 and LD11.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/socionext/Makefile')
-rw-r--r-- | drivers/phy/socionext/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/socionext/Makefile b/drivers/phy/socionext/Makefile index e230fa314bba..91e482564386 100644 --- a/drivers/phy/socionext/Makefile +++ b/drivers/phy/socionext/Makefile @@ -3,4 +3,5 @@ # Makefile for the phy drivers. # +obj-$(CONFIG_PHY_UNIPHIER_USB2) += phy-uniphier-usb2.o obj-$(CONFIG_PHY_UNIPHIER_USB3) += phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o |