From 05199ecb7c986a15c1a61a86cb41dffdc05929f0 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Mon, 9 Feb 2009 17:34:08 +0100 Subject: [PATCH] [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 Signed-off-by: Eric Miao --- arch/arm/mach-pxa/magician.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 9ca16ec48f6..efb3a92ff83 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, }, }; -- 2.41.0