]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
phy: cadence: Add config to enable Cadence Torrent PHY at SPL stage
authorHrushikesh Salunke <h-salunke@ti.com>
Mon, 16 Feb 2026 10:28:30 +0000 (15:58 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2026 14:24:03 +0000 (08:24 -0600)
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 <h-salunke@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
drivers/phy/cadence/Kconfig

index 549ddbf5046f73214622ad04e9d445646625448d..8c0ab80fbbc7661ce4679d1359ca5a0d9f2c1d98 100644 (file)
@@ -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.