diff options
author | Liu Ying <victor.liu@nxp.com> | 2022-07-06 11:48:10 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-08 10:43:20 +0530 |
commit | 06ff622d61d2ff0d06ae964627a8928e5243efc2 (patch) | |
tree | eab1e29ef311a07405a8163780ca778276b535dc /drivers/phy/freescale/Makefile | |
parent | 4a902a02bb8dbc08ae762db0fad0c0e2fff75ca2 (diff) | |
download | lwn-06ff622d61d2ff0d06ae964627a8928e5243efc2.tar.gz lwn-06ff622d61d2ff0d06ae964627a8928e5243efc2.zip |
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/Makefile')
-rw-r--r-- | drivers/phy/freescale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Makefile b/drivers/phy/freescale/Makefile index 3518d5dbe8a7..cedb328bc4d2 100644 --- a/drivers/phy/freescale/Makefile +++ b/drivers/phy/freescale/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o +obj-$(CONFIG_PHY_MIXEL_LVDS_PHY) += phy-fsl-imx8qm-lvds-phy.o obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY) += phy-fsl-imx8-mipi-dphy.o obj-$(CONFIG_PHY_FSL_IMX8M_PCIE) += phy-fsl-imx8m-pcie.o obj-$(CONFIG_PHY_FSL_LYNX_28G) += phy-fsl-lynx-28g.o |