dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Jul 2019 09:30:18 +0000 (02:30 -0700)
committerRob Herring <robh@kernel.org>
Tue, 31 Mar 2020 15:03:33 +0000 (09:03 -0600)
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>
Documentation/devicetree/bindings/interrupt-controller/msi.txt

index c60c034..c20b51d 100644 (file)
@@ -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 */