Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 611c86c6 authored by Thierry Reding's avatar Thierry Reding Committed by Thierry Reding
Browse files

unicore32: 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.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent bf4d252a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,7 @@ static struct platform_pwm_backlight_data nb0916_backlight_data = {
	.max_brightness	= 100,
	.max_brightness	= 100,
	.dft_brightness	= 100,
	.dft_brightness	= 100,
	.pwm_period_ns	= 70 * 1024,
	.pwm_period_ns	= 70 * 1024,
	.enable_gpio	= -1,
};
};


static struct gpio_keys_button nb0916_gpio_keys[] = {
static struct gpio_keys_button nb0916_gpio_keys[] = {