diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2021-07-06 19:01:08 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-14 16:48:07 -0400 |
commit | b0415d826fce8e04d0c2f09876a479301ccb6405 (patch) | |
tree | 4fc8bf662fd18b29796627f15d3479b5fbf27fc5 /drivers/Makefile | |
parent | 34707b32edad37427327a5358433d0591a07dcc1 (diff) | |
download | u-boot-b0415d826fce8e04d0c2f09876a479301ccb6405.tar.gz |
phy: socionext: Add UniPhier PCIe PHY driver
Add PCIe PHY driver support for Pro5, LD20 and PXs3 SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 3510daba29..4081289104 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/ |