]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: qcom: Correct IPQ8064 tlmm interrupt
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 5 Dec 2014 20:53:33 +0000 (12:53 -0800)
committerKumar Gala <galak@codeaurora.org>
Mon, 19 Jan 2015 18:11:41 +0000 (12:11 -0600)
The interrupt is 16, not 32 (which it would be if we include PPIs
in the count of interrupts).

Cc: Andy Gross <agross@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Andy Gross <agross@codeaurora.org>
Tested-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm/boot/dts/qcom-ipq8064.dtsi

index 63b2146f563b541e4994697af5ee1bbb41a4abd1..cb225dafe97cd83c9ae4cc19482ed55d4a71b8b3 100644 (file)
@@ -74,7 +74,7 @@
                        #gpio-cells = <2>;
                        interrupt-controller;
                        #interrupt-cells = <2>;
-                       interrupts = <0 32 0x4>;
+                       interrupts = <0 16 0x4>;
                };
 
                intc: interrupt-controller@2000000 {