phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
authorGuido Günther <agx@sigxcpu.org>
Thu, 20 Jun 2019 19:42:37 +0000 (21:42 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 21 Jun 2019 10:31:06 +0000 (16:01 +0530)
commitf4c8116e294b12c360b724173f4b79f232573fb1
tree7a79131c71d8afe4481ac8f2be29e2745d3ac5e9
parent00fcc69d6e52643fc5ecd04ff7e2d560ed3e2ec0
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>
drivers/phy/freescale/Kconfig
drivers/phy/freescale/Makefile
drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c [new file with mode: 0644]