Commit c6d3b5dd authored by David Lechner's avatar David Lechner Committed by Sekhar Nori

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: default avatarDavid Lechner <david@lechnology.com>
Tested-by: default avatarKevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit message update]
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 5209a8f1
......@@ -19,7 +19,7 @@ intc: interrupt-controller@fffee000 {
compatible = "ti,cp-intc";
interrupt-controller;
#interrupt-cells = <1>;
ti,intc-size = <100>;
ti,intc-size = <101>;
reg = <0xfffee000 0x2000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment