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>
This commit is contained in:
Bin Meng 2019-07-28 02:30:19 -07:00 committed by Rob Herring
parent 7aa8dd91da
commit 523c620254
1 changed files with 1 additions and 1 deletions

View 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";