summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel2009-02-09 17:34:08 +0100
committerEric Miao2009-03-09 14:22:35 +0100
commit05199ecb7c986a15c1a61a86cb41dffdc05929f0 (patch)
tree5a8e39e10195db58024ef660cb3d7dfaa79dccdd
parent[ARM] pxa/magician: register pda_power IRQs as rising/falling edge (diff)
downloadkernel-qcow2-linux-05199ecb7c986a15c1a61a86cb41dffdc05929f0.tar.gz
kernel-qcow2-linux-05199ecb7c986a15c1a61a86cb41dffdc05929f0.tar.xz
kernel-qcow2-linux-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,
},
};