diff options
author | Liu Ying <victor.liu@nxp.com> | 2022-07-06 06:48:10 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-08 08:13:20 +0300 |
commit | 06ff622d61d2ff0d06ae964627a8928e5243efc2 (patch) | |
tree | eab1e29ef311a07405a8163780ca778276b535dc /drivers/phy/freescale/Kconfig | |
parent | 4a902a02bb8dbc08ae762db0fad0c0e2fff75ca2 (diff) | |
download | linux-06ff622d61d2ff0d06ae964627a8928e5243efc2.tar.xz |
phy: freescale: Add i.MX8qm Mixel LVDS PHY support
Add Freescale i.MX8qm LVDS PHY support.
The PHY IP is from Mixel, Inc.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Link: https://lore.kernel.org/r/20220706034810.2352641-4-victor.liu@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/freescale/Kconfig')
-rw-r--r-- | drivers/phy/freescale/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig index f9c54cd02036..853958fb2c06 100644 --- a/drivers/phy/freescale/Kconfig +++ b/drivers/phy/freescale/Kconfig @@ -8,6 +8,15 @@ config PHY_FSL_IMX8MQ_USB select GENERIC_PHY default ARCH_MXC && ARM64 +config PHY_MIXEL_LVDS_PHY + tristate "Mixel LVDS PHY support" + depends on OF + select GENERIC_PHY + select REGMAP_MMIO + help + Enable this to add support for the Mixel LVDS PHY as found + on NXP's i.MX8qm SoC. + config PHY_MIXEL_MIPI_DPHY tristate "Mixel MIPI DSI PHY support" depends on OF && HAS_IOMEM |