Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260

Fix the interrupt information for the GPIO lines with a shared EINT
interrupt.

Fixes: 16d7ff2642e7 ("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>

authored by

Stuart Menefy and committed by
Krzysztof Kozlowski
b7ed69d6 7f396393

+1 -1
+1 -1
arch/arm/boot/dts/exynos5260.dtsi
··· 227 227 wakeup-interrupt-controller { 228 228 compatible = "samsung,exynos4210-wakeup-eint"; 229 229 interrupt-parent = <&gic>; 230 - interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 230 + interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; 231 231 }; 232 232 }; 233 233