[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZC1ZTHeRqtghwVBB@hovoldconsulting.com>
Date: Wed, 5 Apr 2023 13:19:40 +0200
From: Johan Hovold <johan@...nel.org>
To: Lorenzo Pieralisi <lpieralisi@...nel.org>
Cc: Krzysztof WilczyĆski <kw@...ux.com>,
Rob Herring <robh@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
linux-pci@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: PCI: Fix unit address of example root port
On Fri, Mar 17, 2023 at 12:20:19PM +0100, Johan Hovold wrote:
> Fix the unit address of the example root port which is identical to the
> device number (i.e. 1).
>
> Signed-off-by: Johan Hovold <johan+linaro@...nel.org>
> ---
This one hasn't showed up in linux-next yet. Could you pick it up for
6.4, Lorenzo?
> Documentation/devicetree/bindings/pci/pci.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt
> index 6a8f2874a24d..8b7c52436558 100644
> --- a/Documentation/devicetree/bindings/pci/pci.txt
> +++ b/Documentation/devicetree/bindings/pci/pci.txt
> @@ -76,7 +76,7 @@ Example:
> pcie@...00000 {
> compatible = "pci-host-ecam-generic";
> ...
> - pcie@...8 {
> + pcie@1 {
> /* Root port 00:01.0 is external-facing */
> reg = <0x00000800 0 0 0 0>;
> external-facing;
Johan
Powered by blists - more mailing lists