summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2009-02-09 17:34:08 +0100
committerEric Miao <eric.miao@marvell.com>2009-03-09 21:22:35 +0800
commit05199ecb7c986a15c1a61a86cb41dffdc05929f0 (patch)
tree5a8e39e10195db58024ef660cb3d7dfaa79dccdd
parentd942d778b1cc9a3b72f4c92ddf1e6312102a4ad4 (diff)
downloadlinux-stable-05199ecb7c986a15c1a61a86cb41dffdc05929f0.tar.gz
linux-stable-05199ecb7c986a15c1a61a86cb41dffdc05929f0.tar.bz2
linux-stable-05199ecb7c986a15c1a61a86cb41dffdc05929f0.zip
[ARM] pxa/magician: default to backlight trigger for keypad illumination
Default to the same behaviour as the shipped WinCE system. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 9ca16ec48f64..efb3a92ff83b 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -435,7 +435,7 @@ static struct gpio_led gpio_leds[] = {
},
{
.name = "magician::phone_bl",
- .default_trigger = "none",
+ .default_trigger = "backlight",
.gpio = GPIO103_MAGICIAN_LED_KP,
},
};