Re: [PATCH v2 23/32] pci: arm: mvebu: Drop DM_PCI check from

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:36PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Use CONFIG_PCI instead. > > Signed-off-by: Simon Glass Reworded and fixed as I noted and applied to u-boot/master, thanks! -- Tom si

Re: [PATCH v2 23/32] pci: arm: mvebu: Drop DM_PCI check from

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:36PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Use CONFIG_PCI instead. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > arch/arm/mach-mvebu/arm64-common.c | 5 ++--