diff options
author | Thierry Reding <treding@nvidia.com> | 2013-08-30 06:15:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2013-10-16 03:05:57 -0400 |
commit | db01120c5f6cb1d8c6533a49b009f08a73852498 (patch) | |
tree | 9fb21c5b78ade4d7698d2ebe52e5e6ae44510d14 /arch/arm/mach-pxa/cm-x300.c | |
parent | d46055af1cc4ba413ae0c3b6f1e6066501f943a0 (diff) |
ARM: pxa: 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.
A special case is the Palm Tungsten|C board. Since it doesn't use any
quirks that would require the existing .init() or .exit() hooks it can
simply use the new enable_gpio field.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-pxa/cm-x300.c')
-rw-r--r-- | arch/arm/mach-pxa/cm-x300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c index f9423493ed36..584439bfa59f 100644 --- a/arch/arm/mach-pxa/cm-x300.c +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -310,6 +310,7 @@ static struct platform_pwm_backlight_data cm_x300_backlight_data = { | |||
310 | .max_brightness = 100, | 310 | .max_brightness = 100, |
311 | .dft_brightness = 100, | 311 | .dft_brightness = 100, |
312 | .pwm_period_ns = 10000, | 312 | .pwm_period_ns = 10000, |
313 | .enable_gpio = -1, | ||
313 | }; | 314 | }; |
314 | 315 | ||
315 | static struct platform_device cm_x300_backlight_device = { | 316 | static struct platform_device cm_x300_backlight_device = { |