aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/freescale/Makefile
diff options
context:
space:
mode:
authorGravatar Guido Günther <agx@sigxcpu.org> 2019-06-20 21:42:37 +0200
committerGravatar Kishon Vijay Abraham I <kishon@ti.com> 2019-06-21 16:01:06 +0530
commitf4c8116e294b12c360b724173f4b79f232573fb1 (patch)
tree7a79131c71d8afe4481ac8f2be29e2745d3ac5e9 /drivers/phy/freescale/Makefile
parentdt-bindings: phy: Add documentation for mixel dphy (diff)
downloadlinux-f4c8116e294b12c360b724173f4b79f232573fb1.tar.gz
linux-f4c8116e294b12c360b724173f4b79f232573fb1.tar.bz2
linux-f4c8116e294b12c360b724173f4b79f232573fb1.zip
phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
This adds support for the Mixel DPHY as found on i.MX8 CPUs but since this is an IP core it will likely be found on others in the future. So instead of adding this to the nwl host driver make it a generic PHY driver. The driver supports the i.MX8MQ. Support for i.MX8QM and i.MX8QXP can be added once the necessary system controller bits are in via mixel_dphy_devdata. Signed-off-by: Guido Günther <agx@sigxcpu.org> Co-developed-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/freescale/Makefile')
-rw-r--r--drivers/phy/freescale/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Makefile b/drivers/phy/freescale/Makefile
index dc2b3f1f2f80..07491c926a2c 100644
--- a/drivers/phy/freescale/Makefile
+++ b/drivers/phy/freescale/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o
+obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY) += phy-fsl-imx8-mipi-dphy.o