diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-08-22 12:50:32 +0900 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-10 14:27:13 +0530 |
commit | 5ab43d0f86979d6741c1dda685af3e053982e03e (patch) | |
tree | 42765a5e1adc517ef647f84108989816ed76576c /drivers/phy/Makefile | |
parent | 270d5aad53cdf93c00271eaa4568578a1ed86448 (diff) | |
download | linux-stable-5ab43d0f86979d6741c1dda685af3e053982e03e.tar.gz linux-stable-5ab43d0f86979d6741c1dda685af3e053982e03e.tar.bz2 linux-stable-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/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index ba48acdd9ed1..d1500af3fe0e 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -22,5 +22,6 @@ obj-y += broadcom/ \ qualcomm/ \ ralink/ \ samsung/ \ + socionext/ \ st/ \ ti/ |