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>
This commit is contained in:
Bin Meng 2019-07-28 02:30:18 -07:00 committed by Rob Herring
parent 8f9c291558
commit c80f0104b3

View 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 */