ARM: dts: da850: There are 101 interrupts.
authorDavid Lechner <david@lechnology.com>
Sat, 16 Apr 2016 17:00:20 +0000 (12:00 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 25 Apr 2016 13:29:16 +0000 (18:59 +0530)
Fix off by one error in da850 device tree in
the number of INTC interrupts.

Signed-off-by: David Lechner <david@lechnology.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit message update]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi

index 26fc081236ebab9ea922901ba33552b490c4d427..cf1aad8190f15bb470c53f835a0ca7a6ebe6ff36 100644 (file)
@@ -19,7 +19,7 @@
                        compatible = "ti,cp-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
-                       ti,intc-size = <100>;
+                       ti,intc-size = <101>;
                        reg = <0xfffee000 0x2000>;
                };
        };