diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2019-10-29 23:17:39 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-10-31 14:24:00 +0300 |
commit | a228890f94586c2f8417831c228ac8ed955ef856 (patch) | |
tree | 644628282a2860987b3919fe993dd805b21be8d7 /drivers/phy/allwinner/Makefile | |
parent | 6bd03e7113694d5d5cbffe40acdea0db772331e0 (diff) | |
download | linux-a228890f94586c2f8417831c228ac8ed955ef856.tar.xz |
phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
Allwinner H6 SoC contains a USB3 PHY (with USB2 DP/DM lines also
controlled).
Add a driver for it.
The register operations in this driver is mainly extracted from the BSP
USB3 driver.
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/allwinner/Makefile')
-rw-r--r-- | drivers/phy/allwinner/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/allwinner/Makefile b/drivers/phy/allwinner/Makefile index 799a65c0b58d..bd74901a1255 100644 --- a/drivers/phy/allwinner/Makefile +++ b/drivers/phy/allwinner/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o obj-$(CONFIG_PHY_SUN6I_MIPI_DPHY) += phy-sun6i-mipi-dphy.o obj-$(CONFIG_PHY_SUN9I_USB) += phy-sun9i-usb.o +obj-$(CONFIG_PHY_SUN50I_USB3) += phy-sun50i-usb3.o |