aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci/pci-msi.txt
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-28 02:30:19 -0700
committerRob Herring <robh@kernel.org>2019-08-16 16:55:57 -0500
commit523c620254b1dd406924c6270790be0e05b2b997 (patch)
tree2f74373078da13536df8ea2b540a6497568a53fe /Documentation/devicetree/bindings/pci/pci-msi.txt
parentdevicetree: Expose dtbs_check and dt_binding_check some more (diff)
downloadlinux-dev-523c620254b1dd406924c6270790be0e05b2b997.tar.xz
linux-dev-523c620254b1dd406924c6270790be0e05b2b997.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/pci-msi.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/pci-msi.txt2
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";