ARM: dts: da850: There are 101 interrupts.
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>
This commit is contained in:
parent
5209a8f19e
commit
c6d3b5dd8e
|
@ -19,7 +19,7 @@ intc: interrupt-controller@fffee000 {
|
||||||
compatible = "ti,cp-intc";
|
compatible = "ti,cp-intc";
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
ti,intc-size = <100>;
|
ti,intc-size = <101>;
|
||||||
reg = <0xfffee000 0x2000>;
|
reg = <0xfffee000 0x2000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue