diff options
author | Stuart Menefy <stuart.menefy@mathembedded.com> | 2019-02-19 13:03:37 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-22 07:37:35 +0200 |
commit | abea1fb532667eeeb774d6bafb850b03b013226a (patch) | |
tree | 159d1327b0408c5f92c6d70c1476b5fb2d7629f3 /arch/arm/boot/dts | |
parent | 8cf1bbca44672fc04bd711c053c0aeccdf1ce726 (diff) | |
download | linux-stable-abea1fb532667eeeb774d6bafb850b03b013226a.tar.gz linux-stable-abea1fb532667eeeb774d6bafb850b03b013226a.tar.bz2 linux-stable-abea1fb532667eeeb774d6bafb850b03b013226a.zip |
ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260
commit b7ed69d67ff0788d8463e599dd5dd1b45c701a7e upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5260.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi index 55167850619c..33a085ffc447 100644 --- a/arch/arm/boot/dts/exynos5260.dtsi +++ b/arch/arm/boot/dts/exynos5260.dtsi @@ -223,7 +223,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>; }; }; |