Skip to content

Commit

Permalink
ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260
Browse files Browse the repository at this point in the history
Fix the interrupt information for the GPIO lines with a shared EINT
interrupt.

Fixes: 16d7ff2 ("ARM: dts: add dts files for exynos5260 SoC")
Cc: stable@vger.kernel.org
Signed-off-by: Stuart Menefy <stuart.menefy@mathembedded.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
  • Loading branch information
Stuart Menefy authored and krzk committed Mar 19, 2019
1 parent 7f39639 commit b7ed69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5260.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
wakeup-interrupt-controller {
compatible = "samsung,exynos4210-wakeup-eint";
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
};
};

Expand Down

0 comments on commit b7ed69d

Please sign in to comment.