Skip to content

Commit 018ea84

Browse files
miquelraynalMarc Zyngier
authored andcommitted
dt-bindings/interrupt-controller: Fix Marvell ICU length in the example
ICU size in CP110 is not 0x10 but at least 0x440 bytes long (from the specification). Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
1 parent 1f83515 commit 018ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/marvell,icu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example:
3939

4040
icu: interrupt-controller@1e0000 {
4141
compatible = "marvell,cp110-icu";
42-
reg = <0x1e0000 0x10>;
42+
reg = <0x1e0000 0x440>;
4343
#interrupt-cells = <3>;
4444
interrupt-controller;
4545
msi-parent = <&gicp>;

0 commit comments

Comments
 (0)