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

Commit 034e1756 authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Marek Vasut
Browse files

ARM: PXA: Z2: Keep kbd backlight disabled by default



It eats too much power, and anyway it's not usefull
during boot process. Userspace can enable it later.

Signed-off-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
Acked-by: default avatarMarek Vasut <marek.vasut@gmail.com>
parent b8f56a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ static struct platform_pwm_backlight_data z2_backlight_data[] = {
		/* Keypad Backlight */
		.pwm_id		= 1,
		.max_brightness	= 1023,
		.dft_brightness	= 512,
		.dft_brightness	= 0,
		.pwm_period_ns	= 1260320,
	},
	[1] = {