commit | b3cf76fc2c6769fab2215f7ab49640dda0a37a9e | [log] [tgz] |
---|---|---|
author | Camelia Groza <camelia.groza@nxp.com> | Tue Jul 11 15:49:29 2023 +0300 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Jul 13 16:54:53 2023 +0800 |
tree | ee77b540396a617e2f4d79d1bbe2f6f93c8b6bc3 | |
parent | 721aa34f4db74c50c465712e92eb44d23f9d5bc8 [diff] [blame] |
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>
diff --git a/board/freescale/t102xrdb/t102xrdb.c b/board/freescale/t102xrdb/t102xrdb.c index baa5961..ffc4c11 100644 --- a/board/freescale/t102xrdb/t102xrdb.c +++ b/board/freescale/t102xrdb/t102xrdb.c
@@ -159,6 +159,8 @@ board_mux_lane(); #endif + pci_init(); + return 0; }