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

2019-08-16 Thread Rob Herring
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 > --- > > Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Ap

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

2019-08-07 Thread Bin Meng
On Thu, Aug 1, 2019 at 5:53 PM Bin Meng wrote: > > On Sun, Jul 28, 2019 at 5:30 PM Bin Meng wrote: > > > > The unit-address must match the first address specified in the > > reg property of the node. > > > > Signed-off-by: Bin Meng > > --- > > > > Documentation/devicetree/bindings/pci/pci-msi.t

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

2019-08-01 Thread Bin Meng
On Sun, Jul 28, 2019 at 5:30 PM Bin Meng wrote: > > The unit-address must match the first address specified in the > reg property of the node. > > Signed-off-by: Bin Meng > --- > > Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

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

2019-07-28 Thread Bin Meng
The unit-address must match the first address specified in the reg property of the node. Signed-off-by: Bin Meng --- 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/Documen