phy: cadence: Add driver for Torrent SERDES

Add driver for Torrent SERDES.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
Aswath Govindraju 2021-04-06 08:49:50 +00:00 committed by Praneeth Bajjuri
parent 87fa9820fd
commit 9e49edcbfb
3 changed files with 2462 additions and 0 deletions

View File

@ -3,3 +3,9 @@ config PHY_CADENCE_SIERRA
depends on DM_RESET
help
Enable this to support the Cadence Sierra PHY driver
config PHY_CADENCE_TORRENT
tristate "Cadence Torrent PHY Driver"
depends on DM_RESET
help
Enable this to support the Cadence Torrent PHY driver

View File

@ -1 +1,2 @@
obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o

File diff suppressed because it is too large Load Diff