summaryrefslogtreecommitdiff
path: root/drivers/phy/starfive/Makefile
diff options
context:
space:
mode:
authorChanghuang Liang <changhuang.liang@starfivetech.com>2023-07-18 10:08:03 +0300
committerVinod Koul <vkoul@kernel.org>2023-07-24 13:43:03 +0300
commitf8aa660841bca12aed51c967ed9bdaf1d97996ed (patch)
tree27d27f2b5c6a62a4f1071e0d08ae118c4a9e2a01 /drivers/phy/starfive/Makefile
parentae07a9a865a4eb30223c21eae70ddb189da6ee9a (diff)
downloadlinux-f8aa660841bca12aed51c967ed9bdaf1d97996ed.tar.xz
phy: starfive: Add mipi dphy rx support
Add mipi dphy rx support for the StarFive JH7110 SoC. It is used to transfer CSI camera data. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com> Reviewed-by: Minda Chen <minda.chen@starfivetech.com> Link: https://lore.kernel.org/r/20230718070803.16660-3-changhuang.liang@starfivetech.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/starfive/Makefile')
-rw-r--r--drivers/phy/starfive/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/phy/starfive/Makefile b/drivers/phy/starfive/Makefile
index 1c62d93e3280..b391018b7c47 100644
--- a/drivers/phy/starfive/Makefile
+++ b/drivers/phy/starfive/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_PHY_STARFIVE_JH7110_PCIE) += phy-jh7110-pcie.o
-obj-$(CONFIG_PHY_STARFIVE_JH7110_USB) += phy-jh7110-usb.o
+obj-$(CONFIG_PHY_STARFIVE_JH7110_DPHY_RX) += phy-jh7110-dphy-rx.o
+obj-$(CONFIG_PHY_STARFIVE_JH7110_PCIE) += phy-jh7110-pcie.o
+obj-$(CONFIG_PHY_STARFIVE_JH7110_USB) += phy-jh7110-usb.o