2019-07-28 09:31:42

by Bin Meng

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name

The unit-address must match the first address specified in the
reg property of the node.

Signed-off-by: Bin Meng <[email protected]>
---

Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
index 9b3cc81..b73d839 100644
--- a/Documentation/devicetree/bindings/pci/pci-msi.txt
+++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
@@ -201,7 +201,7 @@ Example (5)
#msi-cells = <1>;
};

- pci: pci@c {
+ pci: pci@f {
reg = <0xf 0x1>;
compatible = "vendor,pcie-root-complex";
device_type = "pci";
--
2.7.4



2019-08-01 10:03:37

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name

On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <[email protected]> wrote:
>
> The unit-address must match the first address specified in the
> reg property of the node.
>
> Signed-off-by: Bin Meng <[email protected]>
> ---
>
> Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
> index 9b3cc81..b73d839 100644
> --- a/Documentation/devicetree/bindings/pci/pci-msi.txt
> +++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
> @@ -201,7 +201,7 @@ Example (5)
> #msi-cells = <1>;
> };
>
> - pci: pci@c {
> + pci: pci@f {
> reg = <0xf 0x1>;
> compatible = "vendor,pcie-root-complex";
> device_type = "pci";
> --

Ping?

2019-08-08 03:28:42

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name

On Thu, Aug 1, 2019 at 5:53 PM Bin Meng <[email protected]> wrote:
>
> On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <[email protected]> wrote:
> >
> > The unit-address must match the first address specified in the
> > reg property of the node.
> >
> > Signed-off-by: Bin Meng <[email protected]>
> > ---
> >
> > Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
> > index 9b3cc81..b73d839 100644
> > --- a/Documentation/devicetree/bindings/pci/pci-msi.txt
> > +++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
> > @@ -201,7 +201,7 @@ Example (5)
> > #msi-cells = <1>;
> > };
> >
> > - pci: pci@c {
> > + pci: pci@f {
> > reg = <0xf 0x1>;
> > compatible = "vendor,pcie-root-complex";
> > device_type = "pci";
> > --
>
> Ping?

Ping?

2019-08-16 21:57:34

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name

On Sun, 28 Jul 2019 02:30:19 -0700, Bin Meng wrote:
> The unit-address must match the first address specified in the
> reg property of the node.
>
> Signed-off-by: Bin Meng <[email protected]>
> ---
>
> Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks.

Rob