diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-28 02:30:18 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-31 09:03:33 -0600 |
commit | c80f0104b34c987f233a034c1d50fa150770a76b (patch) | |
tree | 7e36753fdbc4ea816a99b29a9a5c75669ddd9cc9 /Documentation/devicetree | |
parent | 8f9c291558ea833a82fcf72fefb30bfa4b7be3b6 (diff) |
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')
-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 */ |