aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/freescale/Makefile
diff options
context:
space:
mode:
authorGravatar Richard Zhu <hongxing.zhu@nxp.com> 2021-12-02 16:02:35 +0800
committerGravatar Vinod Koul <vkoul@kernel.org> 2021-12-14 20:02:53 +0530
commit1aa97b002258a190d7790a1a5c0c27829f82e569 (patch)
tree1228de56415377fe467b4737dbb4a60535445ad7 /drivers/phy/freescale/Makefile
parentdt-bindings: phy: Add imx8 pcie phy driver support (diff)
downloadlinux-1aa97b002258a190d7790a1a5c0c27829f82e569.tar.gz
linux-1aa97b002258a190d7790a1a5c0c27829f82e569.tar.bz2
linux-1aa97b002258a190d7790a1a5c0c27829f82e569.zip
phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver
Add the standalone i.MX8 PCIe PHY driver. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Tim Harvey <tharvey@gateworks.com> Tested-by: Tim Harvey <tharvey@gateworks.com> Link: https://lore.kernel.org/r/1638432158-4119-6-git-send-email-hongxing.zhu@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 1d02e3869b45..55d07c742ab0 100644
--- a/drivers/phy/freescale/Makefile
+++ b/drivers/phy/freescale/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o
obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY) += phy-fsl-imx8-mipi-dphy.o
+obj-$(CONFIG_PHY_FSL_IMX8M_PCIE) += phy-fsl-imx8m-pcie.o