summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2026-02-16 15:58:30 +0530
committerTom Rini <[email protected]>2026-03-16 08:24:03 -0600
commit2a21f48771a2f4f0f05d9c76517212ffb94f3c35 (patch)
treec64c36ef2462df39af77c797751569ece77566a0
parent0d5ddcc50b2900ddcbb32685525ad8ab60c696e8 (diff)
phy: cadence: Add config to enable Cadence Torrent PHY at SPL stage
Add SPL_PHY_CADENCE_TORRENT configuration option to enable the Cadence Torrent PHY driver in SPL stage. This is required for PCIe boot support where SERDES configuration must be done early in the boot sequence before loading the bootloader image over PCIe. Signed-off-by: Hrushikesh Salunke <[email protected]> Signed-off-by: Siddharth Vadapalli <[email protected]>
-rw-r--r--drivers/phy/cadence/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/cadence/Kconfig b/drivers/phy/cadence/Kconfig
index 549ddbf5046..8c0ab80fbbc 100644
--- a/drivers/phy/cadence/Kconfig
+++ b/drivers/phy/cadence/Kconfig
@@ -9,3 +9,10 @@ config PHY_CADENCE_TORRENT
depends on DM_RESET
help
Enable this to support the Cadence Torrent PHY driver
+
+config SPL_PHY_CADENCE_TORRENT
+ bool "Cadence Torrent PHY Driver"
+ depends on SPL_DM_RESET
+ help
+ Enable this to support the Cadence Torrent PHY driver at SPL
+ stage.