aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/interrupt-controller
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-28 02:30:18 -0700
committerRob Herring <robh@kernel.org>2020-03-31 09:03:33 -0600
commitc80f0104b34c987f233a034c1d50fa150770a76b (patch)
tree7e36753fdbc4ea816a99b29a9a5c75669ddd9cc9 /Documentation/devicetree/bindings/interrupt-controller
parentdt-bindings: spi: Add interconnect binding for QSPI (diff)
downloadwireguard-linux-c80f0104b34c987f233a034c1d50fa150770a76b.tar.xz
wireguard-linux-c80f0104b34c987f233a034c1d50fa150770a76b.zip
dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
The base address of msi-controller@c should be set to c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/msi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
index c60c034dcf19..c20b51df7138 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
@@ -98,7 +98,7 @@ Example
};
msi_c: msi-controller@c {
- reg = <0xb 0xf00>;
+ reg = <0xc 0xf00>;
compatible = "vendor-b,another-controller";
msi-controller;
/* Each device has some unique ID */