Skip to content

Commit

Permalink
board: freescale: t102xrdb: enumerate PCI devices
Browse files Browse the repository at this point in the history
Call pci_init() to force PCI enumeration at probe time.

Signed-off-by: Camelia Groza <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
  • Loading branch information
camelia-groza-NXP authored and MrVan committed Jul 13, 2023
1 parent e5dd02c commit f416f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/freescale/t102xrdb/t102xrdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ int board_early_init_r(void)
board_mux_lane();
#endif

pci_init();

return 0;
}

Expand Down

0 comments on commit f416f33

Please sign in to comment.