Re: [PATCH v2 22/32] pci: imx: Drop DM_PCI check from cpu driver

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:35PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Drop it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 22/32] pci: imx: Drop DM_PCI check from cpu driver

2021-08-01 Thread Simon Glass
We don't need this check anymore since when PCI is enabled, driver model is always used. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-imx/cpu.c | 4 include/pci.h | 4 2 files changed, 8 deletions(-) diff --git a/arch/arm/mach-imx/cpu.c b/ar