board: freescale: t102xrdb: enumerate PCI devices

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>
This commit is contained in:
Camelia Groza 2023-07-11 15:49:29 +03:00 committed by Peng Fan
parent e5dd02cb30
commit f416f33ece

View File

@ -159,6 +159,8 @@ int board_early_init_r(void)
board_mux_lane();
#endif
pci_init();
return 0;
}