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

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
...@@ -204,7 +204,7 @@ static struct platform_pwm_backlight_data z2_backlight_data[] = { ...@@ -204,7 +204,7 @@ static struct platform_pwm_backlight_data z2_backlight_data[] = {
/* Keypad Backlight */ /* Keypad Backlight */
.pwm_id = 1, .pwm_id = 1,
.max_brightness = 1023, .max_brightness = 1023,
.dft_brightness = 512, .dft_brightness = 0,
.pwm_period_ns = 1260320, .pwm_period_ns = 1260320,
}, },
[1] = { [1] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment