Commit 05199ecb authored by Philipp Zabel's avatar Philipp Zabel Committed by Eric Miao
Browse files

[ARM] pxa/magician: default to backlight trigger for keypad illumination



Default to the same behaviour as the shipped WinCE system.

Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent d942d778
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
};