From: Bin Meng Date: Sun, 28 Jul 2019 09:30:19 +0000 (-0700) Subject: dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name X-Git-Tag: v5.4-rc1~112^2~32 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=523c620254b1dd406924c6270790be0e05b2b997;p=linux.git 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 Signed-off-by: Rob Herring --- 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";