diff options
Diffstat (limited to 'arch/arm/mach-at91/at91rm9200_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91rm9200_devices.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91rm9200_devices.c b/arch/arm/mach-at91/at91rm9200_devices.c index 077c81f9bc56..2624a4f22d61 100644 --- a/arch/arm/mach-at91/at91rm9200_devices.c +++ b/arch/arm/mach-at91/at91rm9200_devices.c | |||
@@ -594,6 +594,10 @@ u8 at91_leds_timer; | |||
594 | 594 | ||
595 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 595 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) |
596 | { | 596 | { |
597 | /* Enable GPIO to access the LEDs */ | ||
598 | at91_set_gpio_output(cpu_led, 1); | ||
599 | at91_set_gpio_output(timer_led, 1); | ||
600 | |||
597 | at91_leds_cpu = cpu_led; | 601 | at91_leds_cpu = cpu_led; |
598 | at91_leds_timer = timer_led; | 602 | at91_leds_timer = timer_led; |
599 | } | 603 | } |