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

Commit bb901bd6 authored by Stephen Boyd's avatar Stephen Boyd Committed by Kumar Gala
Browse files

ARM: dts: qcom: Correct IPQ8064 tlmm interrupt



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: default avatarStephen Boyd <sboyd@codeaurora.org>
Reviewed-by: default avatarAndy Gross <agross@codeaurora.org>
Tested-by: default avatarAndy Gross <agross@codeaurora.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent b4e10dd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@
			#gpio-cells = <2>;
			#gpio-cells = <2>;
			interrupt-controller;
			interrupt-controller;
			#interrupt-cells = <2>;
			#interrupt-cells = <2>;
			interrupts = <0 32 0x4>;
			interrupts = <0 16 0x4>;
		};
		};


		intc: interrupt-controller@2000000 {
		intc: interrupt-controller@2000000 {