From eb70122f00f2746884d82f4f014d68a9432b66ab Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Thu, 9 May 2013 14:37:31 -0700 Subject: [PATCH] arm: exynos5: fix the number of GPIO groups on bank A The GPIO bank A has 21 groups : A0->A3, B0->B3, C0->C4, DO->D1, Y0->Y6 Let's update the constant to match the groups declare in the samsung GPIO driver, else the GPIO irq driver won't find its babies. Signed-off-by: Vincent Palatin BUG=none TEST=on Spring, try to get GPF0[0] as an interrupt. Change-Id: I44396611d9da618dfe2a739892be4f0924a6f8cf Reviewed-on: https://gerrit.chromium.org/gerrit/50710 Reviewed-by: Jeremy Thorpe Reviewed-by: Doug Anderson Commit-Queue: Vincent Palatin Tested-by: Vincent Palatin --- arch/arm/mach-exynos/include/mach/irqs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/include/mach/irqs.h b/arch/arm/mach-exynos/include/mach/irqs.h index 94bf95e5cfe5..3a8b03f82630 100644 --- a/arch/arm/mach-exynos/include/mach/irqs.h +++ b/arch/arm/mach-exynos/include/mach/irqs.h @@ -463,7 +463,7 @@ #define EXYNOS5_MAX_COMBINER_NR 32 -#define EXYNOS5_IRQ_GPIO1_NR_GROUPS 14 +#define EXYNOS5_IRQ_GPIO1_NR_GROUPS 21 #define EXYNOS5_IRQ_GPIO2_NR_GROUPS 9 #define EXYNOS5_IRQ_GPIO3_NR_GROUPS 5 #define EXYNOS5_IRQ_GPIO4_NR_GROUPS 1 -- 2.20.1