Commit b7ed69d6 authored by Stuart Menefy's avatar Stuart Menefy Committed by Krzysztof Kozlowski

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

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

Fixes: 16d7ff26 ("ARM: dts: add dts files for exynos5260 SoC")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarStuart Menefy <stuart.menefy@mathembedded.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 7f396393
......@@ -227,7 +227,7 @@ pinctrl_0: pinctrl@11600000 {
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>;
};
};
......
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