aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/samsung/Makefile
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2021-07-09 18:45:24 +0900
committerVinod Koul <vkoul@kernel.org>2021-07-20 16:43:10 +0530
commitd64519249e1d5520e8420936d662ec2cfb155dfc (patch)
tree7ac07507e691c0f16332416d92cb7765f04bd391 /drivers/phy/samsung/Makefile
parentphy: samsung-ufs: move phy-exynos7-ufs header (diff)
downloadlinux-dev-d64519249e1d5520e8420936d662ec2cfb155dfc.tar.xz
linux-dev-d64519249e1d5520e8420936d662ec2cfb155dfc.zip
phy: samsung-ufs: support exynosauto ufs phy driver
This patch adds to support phy-exynosautov9-ufs driver for ExynosAuto v9 series SoCs. The patch adds "samsung,exynosautov9-ufs-phy" compatible. Unlike previous exynos ufs phy, the chip uses 0x50 offset as PHY_TRSV_REG_CFG_OFFSET. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210709094524.110193-3-chanho61.park@samsung.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/samsung/Makefile')
-rw-r--r--drivers/phy/samsung/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/samsung/Makefile b/drivers/phy/samsung/Makefile
index 68518ae30c1b..65e4cc59403f 100644
--- a/drivers/phy/samsung/Makefile
+++ b/drivers/phy/samsung/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_PHY_EXYNOS_PCIE) += phy-exynos-pcie.o
obj-$(CONFIG_PHY_SAMSUNG_UFS) += phy-exynos-ufs.o
phy-exynos-ufs-y += phy-samsung-ufs.o
phy-exynos-ufs-y += phy-exynos7-ufs.o
+phy-exynos-ufs-y += phy-exynosautov9-ufs.o
obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o
phy-exynos-usb2-y += phy-samsung-usb2.o
phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4210_USB2) += phy-exynos4210-usb2.o