aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2016-10-01 14:19:00 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2016-11-18 18:19:14 +0530
commit7965ba051e341e94af180efd08815e4254c1bc8c (patch)
tree082fef765a02cf9fc243ca2248af3343cea80f26 /drivers/phy/Makefile
parentDocumentation: dt-bindings: rename meson-usb2-phy to meson8b-usb2-phy (diff)
downloadlinux-dev-7965ba051e341e94af180efd08815e4254c1bc8c.tar.xz
linux-dev-7965ba051e341e94af180efd08815e4254c1bc8c.zip
phy: meson: add USB2 PHY support for Meson8b and GXBB
This is a new driver for the USB PHY found in Meson8b and GXBB SoCs. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index a534cf5be07d..0c7fdaee4716 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -60,3 +60,4 @@ obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o
obj-$(CONFIG_PHY_CYGNUS_PCIE) += phy-bcm-cygnus-pcie.o
obj-$(CONFIG_ARCH_TEGRA) += tegra/
obj-$(CONFIG_PHY_NS2_PCIE) += phy-bcm-ns2-pcie.o
+obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o