aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2009-02-09 11:34:08 -0500
committerEric Miao <eric.miao@marvell.com>2009-03-09 09:22:35 -0400
commit05199ecb7c986a15c1a61a86cb41dffdc05929f0 (patch)
tree5a8e39e10195db58024ef660cb3d7dfaa79dccdd /arch/arm/mach-pxa/magician.c
parentd942d778b1cc9a3b72f4c92ddf1e6312102a4ad4 (diff)
[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>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-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[] = {
435 }, 435 },
436 { 436 {
437 .name = "magician::phone_bl", 437 .name = "magician::phone_bl",
438 .default_trigger = "none", 438 .default_trigger = "backlight",
439 .gpio = GPIO103_MAGICIAN_LED_KP, 439 .gpio = GPIO103_MAGICIAN_LED_KP,
440 }, 440 },
441}; 441};