Skip to content

Commit

Permalink
LF-6250-2 phy: freescale: Add i.MX93 Synopsys DesignWare MIPI DPHY su…
Browse files Browse the repository at this point in the history
…pport

This patch adds i.MX93 Synopsys DesignWare MIPI DPHY driver support.

Cc: Sandor Yu <Sandor.yu@nxp.com>
Reviewed-by: Sandor Yu <Sandor.yu@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
  • Loading branch information
Liu Ying committed Jul 13, 2022
1 parent b92769b commit 6fcaed2
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/phy/freescale/Kconfig
Expand Up @@ -14,6 +14,16 @@ config PHY_FSL_IMX8MQ_USB
select GENERIC_PHY
default ARCH_MXC && ARM64

config PHY_FSL_IMX93_MIPI_DPHY
tristate "Freescale i.MX93 MIPI DPHY"
depends on OF && HAS_IOMEM
select GENERIC_PHY
select GENERIC_PHY_MIPI_DPHY
select REGMAP_MMIO
help
Enable this to add support for the Synopsys DW MIPI DPHY as found
on NXP's i.MX93 SoC.

config PHY_MIXEL_MIPI_DPHY
tristate "Mixel MIPI DSI PHY support"
depends on OF && HAS_IOMEM
Expand Down
1 change: 1 addition & 0 deletions drivers/phy/freescale/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_PHY_FSL_IMX8MP_LVDS) += phy-fsl-imx8mp-lvds.o
obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o
obj-$(CONFIG_PHY_FSL_IMX93_MIPI_DPHY) += phy-fsl-imx93-mipi-dphy.o
obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY) += phy-fsl-imx8-mipi-dphy.o
obj-$(CONFIG_PHY_SAMSUNG_HDMI_PHY) += phy-fsl-samsung-hdmi.o
obj-$(CONFIG_PHY_FSL_IMX_PCIE) += phy-fsl-imx8-pcie.o
Expand Down

0 comments on commit 6fcaed2

Please sign in to comment.