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

index 0bd0ba939628656a96f89f47494d0342f435cc11..0035bd796e106facc050b4665f08e63c34213c12 100644 (file)
@@ -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;
 }