aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2010-03-26 11:20:00 +0100
committerNicolas Pitre <nico@fluxnic.net>2010-07-16 22:01:26 -0400
commitf8e00530a04f384f96445cf03f203862caeb507f (patch)
treee97a6040139d467e96b3895ae8c314b99b78b66c /arch/arm/mach-orion5x
parent9e1d9345ffaa4e07c326cdb86f50d58bfabe093d (diff)
downloadkernel_samsung_smdk4412-f8e00530a04f384f96445cf03f203862caeb507f.zip
kernel_samsung_smdk4412-f8e00530a04f384f96445cf03f203862caeb507f.tar.gz
kernel_samsung_smdk4412-f8e00530a04f384f96445cf03f203862caeb507f.tar.bz2
[ARM] orion5x: Set links to solid on D-Link DNS-323
Among other changes, commit b2a731aa ("D-link DNS-323 revision A1 power LED") changed the default behaviour of the power LED from solid to blinking. This was done to match the original DNS-323 firmware which blinks during the boot process and sets the LED to solid when booting has completed. However, the downside of this behaviour is that it requires userland code to change the LED, even for those who don't care about the behaviour of the original firmware. Therefore, change it to solid again and let those who care about the original behaviour change the behaviour from userland. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/dns323-setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c
index fe0de16..fdf16e9 100644
--- a/arch/arm/mach-orion5x/dns323-setup.c
+++ b/arch/arm/mach-orion5x/dns323-setup.c
@@ -263,8 +263,7 @@ static struct gpio_led dns323_leds[] = {
{
.name = "power:blue",
.gpio = DNS323_GPIO_LED_POWER2,
- .default_trigger = "timer",
- .active_low = 1,
+ .default_trigger = "default-on",
}, {
.name = "right:amber",
.gpio = DNS323_GPIO_LED_RIGHT_AMBER,