]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Jul 2019 09:30:19 +0000 (02:30 -0700)
committerRob Herring <robh@kernel.org>
Fri, 16 Aug 2019 21:55:57 +0000 (16:55 -0500)
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>
Documentation/devicetree/bindings/pci/pci-msi.txt

index 9b3cc817d181a08f772e3ec4c51829df96f5b8ae..b73d839657b6673827176a6a247b9111676a778d 100644 (file)
@@ -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";