diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-02-09 17:34:08 +0100 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-09 21:22:35 +0800 |
commit | 05199ecb7c986a15c1a61a86cb41dffdc05929f0 (patch) | |
tree | 5a8e39e10195db58024ef660cb3d7dfaa79dccdd /arch/arm/mach-pxa/magician.c | |
parent | d942d778b1cc9a3b72f4c92ddf1e6312102a4ad4 (diff) | |
download | talos-op-linux-05199ecb7c986a15c1a61a86cb41dffdc05929f0.tar.gz talos-op-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>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 2 |
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, }, }; |