video: backlight: pwm_bl: Fix the bug of Splashing screen when boot
authorDavid Wu <david.wu@rock-chips.com>
Fri, 3 Mar 2017 14:16:09 +0000 (22:16 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 6 Mar 2017 10:28:40 +0000 (18:28 +0800)
commit4e0a0f8110c2da63bcd49a7752666ec859c76444
treef40db25b332b7636028582167ee99bf08a86f408
parent00537de90cbc24e7555c1cb98e1992a5f9649714
video: backlight: pwm_bl: Fix the bug of Splashing screen when boot

The pwm_apply_args() should be removed when switching to the atomic
PWM API. Oherwise, the screen would splashing as the backlight is
disabled once when boot.

Change-Id: I0cadd471db54140192c39b9d7c6a673862e8f8d8
Signed-off-by: David Wu <david.wu@rock-chips.com>
drivers/video/backlight/pwm_bl.c