aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9261ek.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/board-sam9261ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9261ek.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c
index 594c5c100ef9..aa29ea58ca09 100644
--- a/arch/arm/mach-at91/board-sam9261ek.c
+++ b/arch/arm/mach-at91/board-sam9261ek.c
@@ -404,25 +404,25 @@ static struct atmel_lcdfb_info __initdata ek_lcdc_data;
404static struct gpio_keys_button ek_buttons[] = { 404static struct gpio_keys_button ek_buttons[] = {
405 { 405 {
406 .gpio = AT91_PIN_PA27, 406 .gpio = AT91_PIN_PA27,
407 .keycode = BTN_0, 407 .code = BTN_0,
408 .desc = "Button 0", 408 .desc = "Button 0",
409 .active_low = 1, 409 .active_low = 1,
410 }, 410 },
411 { 411 {
412 .gpio = AT91_PIN_PA26, 412 .gpio = AT91_PIN_PA26,
413 .keycode = BTN_1, 413 .code = BTN_1,
414 .desc = "Button 1", 414 .desc = "Button 1",
415 .active_low = 1, 415 .active_low = 1,
416 }, 416 },
417 { 417 {
418 .gpio = AT91_PIN_PA25, 418 .gpio = AT91_PIN_PA25,
419 .keycode = BTN_2, 419 .code = BTN_2,
420 .desc = "Button 2", 420 .desc = "Button 2",
421 .active_low = 1, 421 .active_low = 1,
422 }, 422 },
423 { 423 {
424 .gpio = AT91_PIN_PA24, 424 .gpio = AT91_PIN_PA24,
425 .keycode = BTN_3, 425 .code = BTN_3,
426 .desc = "Button 3", 426 .desc = "Button 3",
427 .active_low = 1, 427 .active_low = 1,
428 } 428 }