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

View file

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