TI's Ethernet switch needs system controllers enabled in R5SPL stage while
booting via Ethernet. Enable SPL_SYSCON config for
CONFIG_TI_AM65_CPSW_NUSS.

Reviewed-by: Alexander Sverdlin <alexander.sverd...@siemens.com>
Signed-off-by: Chintan Vankar <c-van...@ti.com>
---

Link to v3:
https://lore.kernel.org/u-boot/20250225114903.2080616-6-c-van...@ti.com/

Changes from v3 to v4:
- Collected Reviewed-by tag from Alexander Sverdlin.

 drivers/net/ti/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ti/Kconfig b/drivers/net/ti/Kconfig
index ddfa95a0b7e..3d495a56670 100644
--- a/drivers/net/ti/Kconfig
+++ b/drivers/net/ti/Kconfig
@@ -46,6 +46,7 @@ config TI_AM65_CPSW_NUSS
        imply MISC
        imply SYSCON
        imply MDIO_TI_CPSW
+       imply SPL_SYSCON
        select PHYLIB
        help
          This driver supports TI K3 MCU CPSW Nuss Ethernet controller
-- 
2.34.1

Reply via email to