Skip to content

Commit

Permalink
[ARM] pxa/magician: default to backlight trigger for keypad illumination
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Mar 9, 2009
1 parent d942d77 commit 05199ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 05199ec

Please sign in to comment.