Skip to content

Commit

Permalink
board: freescale: t4240rdb: 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 2a72af5 commit baa807f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/freescale/t4rdb/t4240rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit baa807f

Please sign in to comment.