diff options
Diffstat (limited to 'arch/arm/mach-at91rm9200/board-csb637.c')
-rw-r--r-- | arch/arm/mach-at91rm9200/board-csb637.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/board-csb637.c b/arch/arm/mach-at91rm9200/board-csb637.c index 8195f9d919ea..f2c2d6e79bc6 100644 --- a/arch/arm/mach-at91rm9200/board-csb637.c +++ b/arch/arm/mach-at91rm9200/board-csb637.c | |||
@@ -67,6 +67,9 @@ static void __init csb637_map_io(void) | |||
67 | /* Initialize clocks: 3.6864 MHz crystal */ | 67 | /* Initialize clocks: 3.6864 MHz crystal */ |
68 | at91_clock_init(3686400); | 68 | at91_clock_init(3686400); |
69 | 69 | ||
70 | /* Setup the LEDs */ | ||
71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | ||
72 | |||
70 | #ifdef CONFIG_SERIAL_AT91 | 73 | #ifdef CONFIG_SERIAL_AT91 |
71 | at91_console_port = CSB637_SERIAL_CONSOLE; | 74 | at91_console_port = CSB637_SERIAL_CONSOLE; |
72 | memcpy(at91_serial_map, serial, sizeof(serial)); | 75 | memcpy(at91_serial_map, serial, sizeof(serial)); |