summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2026-02-16 15:58:31 +0530
committerTom Rini <[email protected]>2026-03-16 08:24:04 -0600
commit35e1083fb930ba1fa3a3c5cd139bf8285043c191 (patch)
treebb095a808bb09d2ef328145209480a7dfe4f3d08
parent2a21f48771a2f4f0f05d9c76517212ffb94f3c35 (diff)
phy: ti: Add config to enable J721E WIZ SERDES wrapper at SPL stage
Add SPL_PHY_J721E_WIZ configuration option to enable the WIZ SERDES wrapper 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/ti/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
index 111085f235d..df750b26d66 100644
--- a/drivers/phy/ti/Kconfig
+++ b/drivers/phy/ti/Kconfig
@@ -7,3 +7,13 @@ config PHY_J721E_WIZ
signals to the SERDES (Sierra/Torrent). This driver configures
three clock selects (pll0, pll1, dig) and resets for each of the
lanes.
+
+config SPL_PHY_J721E_WIZ
+ bool "TI J721E WIZ (SERDES Wrapper) support"
+ depends on ARCH_K3
+ help
+ This option enables support for WIZ module present in TI's J721E
+ SoC at SPL stage. WIZ is a serdes wrapper used to configure some
+ of the input signals to the SERDES (Sierra/Torrent). This driver
+ configures three clock selects (pll0, pll1, dig) and resets for
+ each of the lanes.