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

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
......@@ -74,7 +74,7 @@ qcom_pinmux: pinmux@800000 {
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
interrupts = <0 32 0x4>;
interrupts = <0 16 0x4>;
};
intc: interrupt-controller@2000000 {
......
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