Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
			compatible = "ti,cp-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			ti,intc-size = <100>;
			ti,intc-size = <101>;
			reg = <0xfffee000 0x2000>;
		};
	};