]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings/interrupt-controller: Fix Marvell ICU length in the example
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 1 Oct 2018 14:13:46 +0000 (16:13 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 2 Oct 2018 10:59:14 +0000 (11:59 +0100)
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>
Documentation/devicetree/bindings/interrupt-controller/marvell,icu.txt

index aa8bf2ec89054962b92212a21d8a1fbe8475a0d6..649b7ec9d9b1c56eab0e5bfeb5663b23f67d9c41 100644 (file)
@@ -39,7 +39,7 @@ Example:
 
 icu: interrupt-controller@1e0000 {
        compatible = "marvell,cp110-icu";
-       reg = <0x1e0000 0x10>;
+       reg = <0x1e0000 0x440>;
        #interrupt-cells = <3>;
        interrupt-controller;
        msi-parent = <&gicp>;