projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa8dd9
)
dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 28 Jul 2019 09:30:19 +0000
(
02:30
-0700)
committer
Rob 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
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/pci/pci-msi.txt
b/Documentation/devicetree/bindings/pci/pci-msi.txt
index 9b3cc817d181a08f772e3ec4c51829df96f5b8ae..b73d839657b6673827176a6a247b9111676a778d 100644
(file)
--- 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";