]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: freescale: t102xrdb: enumerate PCI devices
authorCamelia Groza <camelia.groza@nxp.com>
Tue, 11 Jul 2023 12:49:29 +0000 (15:49 +0300)
committerPeng Fan <peng.fan@nxp.com>
Thu, 13 Jul 2023 08:54:53 +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/t102xrdb/t102xrdb.c

index baa59615b3ee8209825136d1a41cd4f7e2b9d54d..ffc4c1122d83761dec976da7f9380f78b5114c81 100644 (file)
@@ -159,6 +159,8 @@ int board_early_init_r(void)
        board_mux_lane();
 #endif
 
+       pci_init();
+
        return 0;
 }