board: freescale: t104xrdb: enumerate PCI devices
authorCamelia Groza <camelia.groza@nxp.com>
Tue, 11 Jul 2023 12:49:24 +0000 (15:49 +0300)
committerPeng Fan <peng.fan@nxp.com>
Thu, 13 Jul 2023 08:54:37 +0000 (16:54 +0800)
Call pci_init() to force PCI enumeration at probe time.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/t104xrdb/t104xrdb.c

index 8cec712..562360d 100644 (file)
@@ -88,6 +88,9 @@ int board_early_init_r(void)
                MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
                0, flash_esel, BOOKE_PAGESZ_256M, 1);
 #endif
+
+       pci_init();
+
        return 0;
 }