[PATCH 16/20] board: freescale: t102xrdb: enumerate PCI devices

Camelia Groza camelia.groza at nxp.com
Tue Jul 11 14:49:29 CEST 2023


Call pci_init() to force PCI enumeration at probe time.

Signed-off-by: Camelia Groza <camelia.groza at nxp.com>
---
 board/freescale/t102xrdb/t102xrdb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/freescale/t102xrdb/t102xrdb.c b/board/freescale/t102xrdb/t102xrdb.c
index baa59615b3ee..ffc4c1122d83 100644
--- a/board/freescale/t102xrdb/t102xrdb.c
+++ b/board/freescale/t102xrdb/t102xrdb.c
@@ -159,6 +159,8 @@ int board_early_init_r(void)
 	board_mux_lane();
 #endif
 
+	pci_init();
+
 	return 0;
 }
 
-- 
2.17.1



More information about the U-Boot mailing list