Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2739501ybk; Mon, 18 May 2020 06:52:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzsmnQKBWpC1ZZ9A0/Gk3+5MChkCrbFVe35tKgSBQI2mzIHVMq2R/Mg3K5FxAymtAJ4X+Dy X-Received: by 2002:a17:906:57d6:: with SMTP id u22mr14579176ejr.49.1589809925361; Mon, 18 May 2020 06:52:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589809925; cv=none; d=google.com; s=arc-20160816; b=AHr5NN1B4/ApidA+jCsiefXSDzDU1EOTK8i76RcHikIsoGaSy7KpvfHyo+tExAqQcX V2q2hQ2HFT0YMbOBxIPuV6czgp+o/g33hbsF2ZnlpxgNYMVNIu1MYC6SvLbevJLv9SdA 3QKVKeerM4AT7O/GsNTRm3KqFWfjo5ku560T7iaiijOjsnMfmkit1C5fSxITH/xqYrux EKuMYHpVup92kCjNmHDZZ3WW5sVdk2j1Dw4HsA03BcQffs9J5dRh6fOFqhye7KziRqB1 3woYwhPQrZ+37WkaN4757VLTpwz0jfeGP5BDbMdLuF/v8l58/ekfgKI8L/YbPZmrpP5L /hAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=AVVSJCwAs8QQfJBbymQ2BJRL93qoqEqFaci91USrRvc=; b=wJzfEysSZap6bVeVe0CZYjcYt23WCxfPEIvOuYiI2XfiGscJdgZIfSF0AtnFnlRRbS L7IZtatsqZPHpIxkLnW6/Yh3qmgeSLfKrcALaJq8Z+OXntcEDKTNoREkg4bP3ZDaXo/V 6YlkfXyvsm6MCdDwYJPZteGEH9LsSuExHE6miskCRJk2Fechr6ooUtXrohLV/vJmazin XXaY/RiCJ9ltOopQGcEpyhEs9dmj3B0aW3XeV6rksbCsfNRSysTxZMPM1kWy+7mtvHt1 ftAyiIknuKMB7O5vmkqYowoFUvS6vZYASHtInKUs6unyHzeAlqRV0A9j5bvYXCfAvS6X qQug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cx19si4608785edb.89.2020.05.18.06.51.42; Mon, 18 May 2020 06:52:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727918AbgERNuL (ORCPT + 99 others); Mon, 18 May 2020 09:50:11 -0400 Received: from foss.arm.com ([217.140.110.172]:41130 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726918AbgERNuK (ORCPT ); Mon, 18 May 2020 09:50:10 -0400 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 E3AEF101E; Mon, 18 May 2020 06:50:09 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 782F53F52E; Mon, 18 May 2020 06:50:08 -0700 (PDT) Date: Mon, 18 May 2020 14:50:06 +0100 From: Lorenzo Pieralisi To: Vidya Sagar Cc: robh+dt@kernel.org, amurray@thegoodpenguin.co.uk, bhelgaas@google.com, thierry.reding@gmail.com, jonathanh@nvidia.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kthota@nvidia.com, mmaddireddy@nvidia.com, sagar.tv@gmail.com Subject: Re: [PATCH V2] arm64: tegra: Fix flag for 64-bit resources in 'ranges' property Message-ID: <20200518135006.GB31554@e121166-lin.cambridge.arm.com> References: <20200513191627.8533-1-vidyas@nvidia.com> <20200514135437.29814-1-vidyas@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200514135437.29814-1-vidyas@nvidia.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 14, 2020 at 07:24:37PM +0530, Vidya Sagar wrote: > Fix flag in PCIe controllers device-tree nodes 'ranges' property to correctly > represent 64-bit resources. > > Signed-off-by: Vidya Sagar > --- > V2: > * Extended the change to cover other controllers as well > > arch/arm64/boot/dts/nvidia/tegra194.dtsi | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) We don't apply DTS patches - so no need to CC linux-pci from now onwards on these. Marked as not-applicable. Lorenzo > diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi > index e1ae01c2d039..4bc187a4eacd 100644 > --- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi > +++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi > @@ -1405,7 +1405,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x30100000 0x0 0x30100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x12 0x00000000 0x12 0x00000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > + 0xc3000000 0x12 0x00000000 0x12 0x00000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > 0x82000000 0x0 0x40000000 0x12 0x30000000 0x0 0x10000000>; /* non-prefetchable memory (256MB) */ > }; > > @@ -1450,7 +1450,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x32100000 0x0 0x32100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x12 0x40000000 0x12 0x40000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > + 0xc3000000 0x12 0x40000000 0x12 0x40000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > 0x82000000 0x0 0x40000000 0x12 0x70000000 0x0 0x10000000>; /* non-prefetchable memory (256MB) */ > }; > > @@ -1495,7 +1495,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x34100000 0x0 0x34100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x12 0x80000000 0x12 0x80000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > + 0xc3000000 0x12 0x80000000 0x12 0x80000000 0x0 0x30000000 /* prefetchable memory (768MB) */ > 0x82000000 0x0 0x40000000 0x12 0xb0000000 0x0 0x10000000>; /* non-prefetchable memory (256MB) */ > }; > > @@ -1540,7 +1540,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x36100000 0x0 0x36100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x14 0x00000000 0x14 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > + 0xc3000000 0x14 0x00000000 0x14 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > 0x82000000 0x0 0x40000000 0x17 0x40000000 0x0 0xc0000000>; /* non-prefetchable memory (3GB) */ > }; > > @@ -1585,7 +1585,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x38100000 0x0 0x38100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x18 0x00000000 0x18 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > + 0xc3000000 0x18 0x00000000 0x18 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > 0x82000000 0x0 0x40000000 0x1b 0x40000000 0x0 0xc0000000>; /* non-prefetchable memory (3GB) */ > }; > > @@ -1634,7 +1634,7 @@ > > bus-range = <0x0 0xff>; > ranges = <0x81000000 0x0 0x3a100000 0x0 0x3a100000 0x0 0x00100000 /* downstream I/O (1MB) */ > - 0xc2000000 0x1c 0x00000000 0x1c 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > + 0xc3000000 0x1c 0x00000000 0x1c 0x00000000 0x3 0x40000000 /* prefetchable memory (13GB) */ > 0x82000000 0x0 0x40000000 0x1f 0x40000000 0x0 0xc0000000>; /* non-prefetchable memory (3GB) */ > }; > > -- > 2.17.1 >