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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */