From: Nicolas Ferre Date: Wed, 24 Jun 2009 16:13:47 +0000 (+0100) Subject: [ARM] 5564/1: at91: add gpio button and leds support for at91sam9rlek X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=226ddb9833a3c2f1087bfac70659d8e318d3c31f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [ARM] 5564/1: at91: add gpio button and leds support for at91sam9rlek This adds input keyboard gpio support on at91sam9rlek board. It adds button 1 and 2 (left and right click). It also adds gpio leds ds1, ds2 and ds3. Signed-off-by: Nicolas Ferre Acked-by: Andrew Victor Signed-off-by: Russell King --- diff --git a/arch/arm/mach-at91/board-sam9rlek.c b/arch/arm/mach-at91/board-sam9rlek.c index 35e12a49d1a6..9120d5d3a6fc 100644 --- a/arch/arm/mach-at91/board-sam9rlek.c +++ b/arch/arm/mach-at91/board-sam9rlek.c @@ -15,6 +15,8 @@ #include #include #include +#include +#include #include