Skip to content

Commit

Permalink
phy: cadence: Add driver for Torrent SERDES
Browse files Browse the repository at this point in the history
Add driver for Torrent SERDES.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210721155849.20994-9-kishon@ti.com
  • Loading branch information
Aswath-Govindraju authored and lokeshvutla committed Jul 27, 2021
1 parent 39b8233 commit 193c735
Show file tree
Hide file tree
Showing 3 changed files with 2,470 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/phy/cadence/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions drivers/phy/cadence/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
Loading

0 comments on commit 193c735

Please sign in to comment.