提交 bf4d252a 编写于 作者: T Thierry Reding 提交者: Thierry Reding

ARM: shmobile: Initialize PWM backlight enable_gpio field

The GPIO API defines 0 as being a valid GPIO number, so this field needs
to be initialized explicitly.
Acked-by: NSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 a63652f1
...@@ -423,6 +423,7 @@ static struct platform_pwm_backlight_data pwm_backlight_data = { ...@@ -423,6 +423,7 @@ static struct platform_pwm_backlight_data pwm_backlight_data = {
.max_brightness = 255, .max_brightness = 255,
.dft_brightness = 255, .dft_brightness = 255,
.pwm_period_ns = 33333, /* 30kHz */ .pwm_period_ns = 33333, /* 30kHz */
.enable_gpio = -1,
}; };
static struct platform_device pwm_backlight_device = { static struct platform_device pwm_backlight_device = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册