aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/freescale/Makefile
diff options
context:
space:
mode:
authorGravatar Liu Ying <victor.liu@nxp.com> 2022-07-06 11:48:10 +0800
committerGravatar Vinod Koul <vkoul@kernel.org> 2022-07-08 10:43:20 +0530
commit06ff622d61d2ff0d06ae964627a8928e5243efc2 (patch)
treeeab1e29ef311a07405a8163780ca778276b535dc /drivers/phy/freescale/Makefile
parentdt-bindings: phy: Add Freescale i.MX8qm Mixel LVDS PHY binding (diff)
downloadlinux-06ff622d61d2ff0d06ae964627a8928e5243efc2.tar.gz
linux-06ff622d61d2ff0d06ae964627a8928e5243efc2.tar.bz2
linux-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/Makefile1
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