[PATCH 2/5] phy: cadence: Add config to enable Cadence Torrent PHY at SPL stage

Tom Rini trini at konsulko.com
Mon Nov 10 18:48:23 CET 2025


On Mon, Nov 10, 2025 at 03:11:41PM +0530, Hrushikesh Salunke wrote:

> 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 bootloader image over PCIe.
> 
> Signed-off-by: Hrushikesh Salunke <h-salunke at ti.com>
> ---
>  drivers/phy/cadence/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/phy/cadence/Kconfig b/drivers/phy/cadence/Kconfig
> index 549ddbf5046..f5b1f7a30db 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
> +	tristate "Cadence Torrent PHY Driver"

The tristate keyword isn't valid in U-Boot, we don't have modules.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251110/e6225982/attachment.sig>


More information about the U-Boot mailing list