diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-01-23 03:27:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:00:32 -0500 |
commit | a04ff1af9723607f5901b79c559357e37cee6823 (patch) | |
tree | d0937006f8f80916f3a78236523953222a9a312e /arch/arm/mach-at91/at91sam9263_devices.c | |
parent | c8f385a631ef1f49d67a3798ca40dec36ccdf07d (diff) |
[ARM] 4758/1: [AT91] LEDs
Move the LED initialization code out of the various *_devices.c files,
and into leds.c.
Also add support for NEW_LEDs.
Patch from David Brownell.
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9263_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9263_devices.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-at91/at91sam9263_devices.c b/arch/arm/mach-at91/at91sam9263_devices.c index a9f35d0c1cb0..0b12e1adcc8e 100644 --- a/arch/arm/mach-at91/at91sam9263_devices.c +++ b/arch/arm/mach-at91/at91sam9263_devices.c | |||
@@ -844,28 +844,6 @@ static void __init at91_add_device_watchdog(void) {} | |||
844 | 844 | ||
845 | 845 | ||
846 | /* -------------------------------------------------------------------- | 846 | /* -------------------------------------------------------------------- |
847 | * LEDs | ||
848 | * -------------------------------------------------------------------- */ | ||
849 | |||
850 | #if defined(CONFIG_LEDS) | ||
851 | u8 at91_leds_cpu; | ||
852 | u8 at91_leds_timer; | ||
853 | |||
854 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | ||
855 | { | ||
856 | /* Enable GPIO to access the LEDs */ | ||
857 | at91_set_gpio_output(cpu_led, 1); | ||
858 | at91_set_gpio_output(timer_led, 1); | ||
859 | |||
860 | at91_leds_cpu = cpu_led; | ||
861 | at91_leds_timer = timer_led; | ||
862 | } | ||
863 | #else | ||
864 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | ||
865 | #endif | ||
866 | |||
867 | |||
868 | /* -------------------------------------------------------------------- | ||
869 | * SSC -- Synchronous Serial Controller | 847 | * SSC -- Synchronous Serial Controller |
870 | * -------------------------------------------------------------------- */ | 848 | * -------------------------------------------------------------------- */ |
871 | 849 | ||