diff options
| author | Tom Rini <[email protected]> | 2021-07-29 08:20:06 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-29 08:20:06 -0400 |
| commit | 38436abd5e58044eccddbcd7ec3610a9104e86b6 (patch) | |
| tree | 328cb2b1b355964ab196f3d5ba4bb7134d74d8a3 /drivers/phy/Makefile | |
| parent | bbcacdf4cd23f2e5deb9ef916096c956c955243d (diff) | |
| parent | a6c64d255e5117bcf78aec6911d7c034fbfe46f7 (diff) | |
Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti
- Add MMC High speed modes for AM64 and J7200
- Add Sierra/Torrent SERDES driver
- Minor clean-ups for R5F boot from SPL
Diffstat (limited to 'drivers/phy/Makefile')
| -rw-r--r-- | drivers/phy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index b2285c47ac1..13a8ade8919 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -38,3 +38,5 @@ obj-$(CONFIG_MT76X8_USB_PHY) += mt76x8-usb-phy.o obj-$(CONFIG_PHY_DA8XX_USB) += phy-da8xx-usb.o obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o obj-$(CONFIG_PHY_IMX8MQ_USB) += phy-imx8mq-usb.o +obj-y += cadence/ +obj-y += ti/ |
