[PATCH v2 4/4] ARM: davinci: da850: There are 101 interrupts.

David Lechner david at lechnology.com
Sat Apr 16 10:00:20 PDT 2016


Fix off by one error in da850 device tree.

Signed-off-by: David Lechner <david at lechnology.com>
Tested-by: Kevin Hilman <khilman at baylibre.com>
---

no change

 arch/arm/boot/dts/da850.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 26fc0812..cf1aad8 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -19,7 +19,7 @@
 			compatible = "ti,cp-intc";
 			interrupt-controller;
 			#interrupt-cells = <1>;
-			ti,intc-size = <100>;
+			ti,intc-size = <101>;
 			reg = <0xfffee000 0x2000>;
 		};
 	};
-- 
1.9.1




More information about the linux-arm-kernel mailing list