Re: [PATCH] PCI: imx: do not remap invalid res

From: Rob Herring
Date: Wed Dec 01 2021 - 18:46:45 EST


On Mon, Nov 1, 2021 at 1:37 PM Tim Harvey <tharvey@xxxxxxxxxxxxx> wrote:
>
> On imx6 and perhaps others when pcie probes you get a:
> imx6q-pcie 33800000.pcie: invalid resource
>
> This occurs because the atu is not specified in the DT and as such it
> should not be remapped.
>

Fixes: 281f1f99cf3a ("PCI: dwc: Detect number of iATU windows")
Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

> Cc: Richard Zhu <hongxing.zhu@xxxxxxx>
> Signed-off-by: Tim Harvey <tharvey@xxxxxxxxxxxxx>
> ---
> drivers/pci/controller/dwc/pcie-designware.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)