Re: [PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration

2021-07-07 Thread Tom Rini
On Fri, May 14, 2021 at 09:34:06PM -0400, Tom Rini wrote: > With the ventana boards migrated to DM_PCI and DM_ETH, we can remove > this prototype. > > Cc: Stefano Babic > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration

2021-05-14 Thread Tom Rini
With the ventana boards migrated to DM_PCI and DM_ETH, we can remove this prototype. Cc: Stefano Babic Signed-off-by: Tom Rini --- This requires "imx: ventana: enable dm support for PCI and FEC ethernet" to be applied first and can go in whenever that patch is applied. --- include/pci.h | 6 ---