Commit 523c6202 authored by Bin Meng's avatar Bin Meng Committed by Rob Herring

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: default avatarBin Meng <bmeng.cn@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 7aa8dd91
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment