aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/socionext/Makefile
diff options
context:
space:
mode:
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>2018-08-22 12:50:32 +0900
committerKishon Vijay Abraham I <kishon@ti.com>2018-09-10 14:27:13 +0530
commit5ab43d0f86979d6741c1dda685af3e053982e03e (patch)
tree42765a5e1adc517ef647f84108989816ed76576c /drivers/phy/socionext/Makefile
parentdt-bindings: phy: add DT bindings for UniPhier USB3 PHY driver (diff)
downloadlinux-dev-5ab43d0f86979d6741c1dda685af3e053982e03e.tar.xz
linux-dev-5ab43d0f86979d6741c1dda685af3e053982e03e.zip
phy: socionext: add USB3 PHY driver for UniPhier SoC
Add a driver for PHY interface built into USB3 controller implemented in UniPhier SoCs. This driver supports High-Speed PHY and Super-Speed PHY. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Motoya Tanigawa <tanigawa.motoya@socionext.com> Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/socionext/Makefile')
-rw-r--r--drivers/phy/socionext/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/phy/socionext/Makefile b/drivers/phy/socionext/Makefile
new file mode 100644
index 000000000000..e230fa314bba
--- /dev/null
+++ b/drivers/phy/socionext/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0
+#
+# Makefile for the phy drivers.
+#
+
+obj-$(CONFIG_PHY_UNIPHIER_USB3) += phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o