From c87089dfe5fd65eed5f3e1dd9ab5b53d2f187360 Mon Sep 17 00:00:00 2001 From: Bill Gatliff Date: Tue, 8 Apr 2008 02:57:03 +0100 Subject: [PATCH] --- yaml --- r: 91146 b: refs/heads/master c: ca1544790244b209e98351d365729061eaca213d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-at91/board-csb637.c | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7fce18ea4443..2a56dcfbece8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 952c855fc7a88610940d2438072884d64dc9cefb +refs/heads/master: ca1544790244b209e98351d365729061eaca213d diff --git a/trunk/arch/arm/mach-at91/board-csb637.c b/trunk/arch/arm/mach-at91/board-csb637.c index 26cda4301674..419fd19b620b 100644 --- a/trunk/arch/arm/mach-at91/board-csb637.c +++ b/trunk/arch/arm/mach-at91/board-csb637.c @@ -45,9 +45,6 @@ static void __init csb637_map_io(void) /* Initialize processor: 3.6864 MHz crystal */ at91rm9200_initialize(3686400, AT91RM9200_BGA); - /* Setup the LEDs */ - at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); - /* DBGU on ttyS0 */ at91_register_uart(0, 0, 0); @@ -110,8 +107,19 @@ static struct platform_device csb_flash = { .num_resources = ARRAY_SIZE(csb_flash_resources), }; +static struct gpio_led csb_leds[] = { + { /* "d1", red */ + .name = "d1", + .gpio = AT91_PIN_PB2, + .active_low = 1, + .default_trigger = "heartbeat", + }, +}; + static void __init csb637_board_init(void) { + /* LED(s) */ + at91_gpio_leds(csb_leds, ARRAY_SIZE(csb_leds)); /* Serial */ at91_add_device_serial(); /* Ethernet */