From b0415d826fce8e04d0c2f09876a479301ccb6405 Mon Sep 17 00:00:00 2001 From: Kunihiko Hayashi Date: Tue, 6 Jul 2021 19:01:08 +0900 Subject: phy: socionext: Add UniPhier PCIe PHY driver Add PCIe PHY driver support for Pro5, LD20 and PXs3 SoCs. Signed-off-by: Kunihiko Hayashi --- drivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index 3510dab..4081289 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -96,6 +96,7 @@ obj-$(CONFIG_PCH) += pch/ obj-y += phy/allwinner/ obj-y += phy/marvell/ obj-y += phy/rockchip/ +obj-y += phy/socionext/ obj-y += rtc/ obj-y += scsi/ obj-y += sound/ -- cgit v1.1