Commit c80f0104 authored by Bin Meng's avatar Bin Meng Committed by Rob Herring

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: default avatarBin Meng <bmeng.cn@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 8f9c2915
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment