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: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
Vasily Khoruzhick 2011-03-13 17:19:20 +02:00 committed by Marek Vasut
parent b8f56a78e3
commit 034e17563b
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {