Skip to content

Commit

Permalink
ARM: PXA: Z2: Keep kbd backlight disabled by default
Browse files Browse the repository at this point in the history
It eats too much power, and anyway it's not usefull
during boot process. Userspace can enable it later.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
  • Loading branch information
Vasily Khoruzhick authored and Marek Vasut committed Mar 16, 2011
1 parent b8f56a7 commit 034e175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/z2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 034e175

Please sign in to comment.