Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 070F4C433EF for ; Thu, 2 Dec 2021 09:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356565AbhLBJr7 (ORCPT ); Thu, 2 Dec 2021 04:47:59 -0500 Received: from foss.arm.com ([217.140.110.172]:60386 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356560AbhLBJr2 (ORCPT ); Thu, 2 Dec 2021 04:47:28 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ED9121435; Thu, 2 Dec 2021 01:44:05 -0800 (PST) Received: from e123427-lin.arm.com (unknown [10.57.32.195]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6F1BC3F7D7; Thu, 2 Dec 2021 01:44:04 -0800 (PST) From: Lorenzo Pieralisi To: Tim Harvey , Gustavo Pimentel , Bjorn Helgaas , linux-pci@vger.kernel.org, Rob Herring , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Jingoo Han Cc: Lorenzo Pieralisi , linux-kernel@vger.kernel.org, Richard Zhu Subject: Re: [PATCH] PCI: imx: do not remap invalid res Date: Thu, 2 Dec 2021 09:43:57 +0000 Message-Id: <163843822274.25378.13456341880706122163.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20211101180243.23761-1-tharvey@gateworks.com> References: <20211101180243.23761-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Nov 2021 11:02:43 -0700, Tim Harvey 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. > > > [...] Applied to pci/dwc, thanks! [1/1] PCI: imx: do not remap invalid res https://git.kernel.org/lpieralisi/pci/c/6e5ebc96ec Thanks, Lorenzo