提交 034e1756 编写于 作者: V Vasily Khoruzhick 提交者: 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: NVasily Khoruzhick <anarsoul@gmail.com>
Acked-by: NMarek Vasut <marek.vasut@gmail.com>
上级 b8f56a78
......@@ -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] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册