summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5260.dtsi
diff options
context:
space:
mode:
authorStuart Menefy <stuart.menefy@mathembedded.com>2019-02-19 13:03:37 +0000
committerKrzysztof Kozlowski <krzk@kernel.org>2019-03-19 21:15:41 +0100
commitb7ed69d67ff0788d8463e599dd5dd1b45c701a7e (patch)
treead13b9e3386b56b62e6999c697fc1f0d700d0363 /arch/arm/boot/dts/exynos5260.dtsi
parent7f396393b941e5594d927933175301d0db13f5a6 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5260.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5260.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi
index a8c7c6e589a0..3581b57fbbf7 100644
--- a/arch/arm/boot/dts/exynos5260.dtsi
+++ b/arch/arm/boot/dts/exynos5260.dtsi
@@ -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>;
};
};