Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bin Meng and committed by
Rob Herring
523c6202 7aa8dd91

+1 -1
+1 -1
Documentation/devicetree/bindings/pci/pci-msi.txt
··· 201 201 #msi-cells = <1>; 202 202 }; 203 203 204 - pci: pci@c { 204 + pci: pci@f { 205 205 reg = <0xf 0x1>; 206 206 compatible = "vendor,pcie-root-complex"; 207 207 device_type = "pci";