summaryrefslogtreecommitdiff
path: root/drivers/phy/allwinner/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-01-21 16:45:50 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-02-07 09:34:49 +0100
commit5d134abf9530de2f453a2a5c97d5e165bcc95b83 (patch)
treecbd60daf9eaf719907c867f69caca9f4caff77d8 /drivers/phy/allwinner/Makefile
parentbb3b6fcb68496e405057456ef1453ce963afba14 (diff)
phy: Move Allwinner A31 D-PHY driver to drivers/phy/
Now that our MIPI D-PHY driver has been converted to the phy framework, let's move it into the drivers/phy directory. Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/2447609da5b80f148c79b2b2a263a0e779f3e82f.1548085432.git-series.maxime.ripard@bootlin.com
Diffstat (limited to 'drivers/phy/allwinner/Makefile')
-rw-r--r--drivers/phy/allwinner/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/allwinner/Makefile b/drivers/phy/allwinner/Makefile
index 8605529c01a1..7d0053efbfaa 100644
--- a/drivers/phy/allwinner/Makefile
+++ b/drivers/phy/allwinner/Makefile
@@ -1,2 +1,3 @@
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