diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-28 11:30:18 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-31 17:03:33 +0200 |
commit | c80f0104b34c987f233a034c1d50fa150770a76b (patch) | |
tree | 7e36753fdbc4ea816a99b29a9a5c75669ddd9cc9 /Documentation/devicetree/bindings/interrupt-controller | |
parent | dt-bindings: spi: Add interconnect binding for QSPI (diff) | |
download | linux-c80f0104b34c987f233a034c1d50fa150770a76b.tar.xz 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.txt | 2 |
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 */ |