[PATCH 06/20] board: freescale: t4240rdb: enumerate PCI devices
Camelia Groza
camelia.groza at nxp.com
Tue Jul 11 14:49:19 CEST 2023
Call pci_init() to force PCI enumeration at probe time.
Signed-off-by: Camelia Groza <camelia.groza at nxp.com>
---
board/freescale/t4rdb/t4240rdb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/freescale/t4rdb/t4240rdb.c b/board/freescale/t4rdb/t4240rdb.c
index 0bd0ba939628..0035bd796e10 100644
--- a/board/freescale/t4rdb/t4240rdb.c
+++ b/board/freescale/t4rdb/t4240rdb.c
@@ -86,6 +86,8 @@ int board_early_init_r(void)
if (adjust_vdd(0))
printf("Warning: Adjusting core voltage failed.\n");
+ pci_init();
+
return 0;
}
--
2.17.1
More information about the U-Boot
mailing list