git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a72af5
)
board: freescale: t4240rdb: enumerate PCI devices
author
Camelia Groza
<camelia.groza@nxp.com>
Tue, 11 Jul 2023 12:49:19 +0000
(15:49 +0300)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/board/freescale/t4rdb/t4240rdb.c
b/board/freescale/t4rdb/t4240rdb.c
index
0bd0ba9
..
0035bd7
100644
(file)
--- a/
board/freescale/t4rdb/t4240rdb.c
+++ b/
board/freescale/t4rdb/t4240rdb.c
@@
-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;
}