diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-01-21 16:45:50 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-02-07 09:34:49 +0100 |
commit | 5d134abf9530de2f453a2a5c97d5e165bcc95b83 (patch) | |
tree | cbd60daf9eaf719907c867f69caca9f4caff77d8 /drivers/phy/allwinner/Makefile | |
parent | sun6i: dsi: Convert to generic phy handling (diff) | |
download | linux-5d134abf9530de2f453a2a5c97d5e165bcc95b83.tar.xz linux-5d134abf9530de2f453a2a5c97d5e165bcc95b83.zip |
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/Makefile | 1 |
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 |