Skip to content

Commit b7ed69d

Browse files
Stuart Menefykrzk
authored andcommitted
ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260
Fix the interrupt information for the GPIO lines with a shared EINT interrupt. Fixes: 16d7ff2 ("ARM: dts: add dts files for exynos5260 SoC") Cc: [email protected] Signed-off-by: Stuart Menefy <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 7f39639 commit b7ed69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/exynos5260.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
wakeup-interrupt-controller {
228228
compatible = "samsung,exynos4210-wakeup-eint";
229229
interrupt-parent = <&gic>;
230-
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
230+
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
231231
};
232232
};
233233

0 commit comments

Comments
 (0)