]> git.baikalelectronics.ru Git - uboot.git/commit
board: ls1043ardb: force PCI device enumeration
authorMartin Schiller <ms@dev.tdt.de>
Tue, 23 Nov 2021 06:28:00 +0000 (07:28 +0100)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 1 Feb 2022 09:38:07 +0000 (15:08 +0530)
commit68b0c1938703f4baa49ec951532984d4d7a8dbb6
tree06f89c25f25346d0c7ab0c0e747e9f877687a98c
parente52d686c63c44406b023f6a5d76727883fe87436
board: ls1043ardb: force PCI device enumeration

Commit e941eb5bbefd ("configs: enable DM_ETH support for LS1043ARDB")
resulted in the PCI bus no longer being implicitly enumerated.

However, this is necessary for the fdt pcie fixups to work.

Therefore, similar to commit 5fdf9d6e0d53 ("board: ls1088ardb:
transition to DM_ETH"), pci_init() is now called in the board_init()
routine when CONFIG_DM_ETH is active.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
CC: Priyanka Jain <priyanka.jain@nxp.com>
CC: Camelia Groza <camelia.groza@nxp.com>
Acked-by: Camelia Groza <camelia.groza@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/ls1043ardb/ls1043ardb.c