diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-28 02:30:19 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-08-16 16:55:57 -0500 |
commit | 523c620254b1dd406924c6270790be0e05b2b997 (patch) | |
tree | 2f74373078da13536df8ea2b540a6497568a53fe | |
parent | 7aa8dd91da63af535b3b9153257e089254982b7e (diff) |
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 <bmeng.cn@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/pci-msi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt index 9b3cc817d181..b73d839657b6 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"; |