Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54d57100 authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Marek Vasut
Browse files

ARM: PXA: Z2: Add default triggers for LEDs



So user can see if there's any mmc activity and if device's
charging.

Signed-off-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
Acked-by: default avatarMarek Vasut <marek.vasut@gmail.com>
parent 034e1756
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -309,12 +309,12 @@ struct gpio_led z2_gpio_leds[] = {
	.active_low		= 1,
}, {
	.name			= "z2:green:charged",
	.default_trigger	= "none",
	.default_trigger	= "mmc0",
	.gpio			= GPIO85_ZIPITZ2_LED_CHARGED,
	.active_low		= 1,
}, {
	.name			= "z2:amber:charging",
	.default_trigger	= "none",
	.default_trigger	= "Z2-charging-or-full",
	.gpio			= GPIO83_ZIPITZ2_LED_CHARGING,
	.active_low		= 1,
},