diff options
author | John Crispin <john@phrozen.org> | 2017-08-17 13:33:22 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2017-08-20 11:32:23 +0300 |
commit | 2411a736ff09d349b0d4630ee5ff8a38d852ce3c (patch) | |
tree | 2b18e30b89db6a273bd10634a350263b948da7bc /drivers/phy/Makefile | |
parent | 1cc81efe8e64ddea7af0607f59df9fd5ba163c81 (diff) | |
download | linux-2411a736ff09d349b0d4630ee5ff8a38d852ce3c.tar.xz |
phy: ralink-usb: add driver for Mediatek/Ralink
Add a driver to setup the USB phy on Mediatek/Ralink SoCs.
The driver sets up power and host mode, but also needs to
configure PHY registers for the MT7628 and MT7688.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
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 1c68189b2894..06f3c500030d 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -18,6 +18,7 @@ obj-y += broadcom/ \ marvell/ \ motorola/ \ qualcomm/ \ + ralink/ \ samsung/ \ st/ \ ti/ |