diff options
| -rw-r--r-- | arch/arm/mach-pxa/hx4700.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index a7c30eb0c8db..0788a1f171fe 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
| @@ -574,7 +574,14 @@ static struct platform_device backlight = { | |||
| 574 | }; | 574 | }; |
| 575 | 575 | ||
| 576 | static struct pwm_lookup hx4700_pwm_lookup[] = { | 576 | static struct pwm_lookup hx4700_pwm_lookup[] = { |
| 577 | PWM_LOOKUP("pxa27x-pwm.1", 0, "pwm-backlight", NULL), | 577 | { |
| 578 | .provider = "pxa27x-pwm.1", | ||
| 579 | .index = 0, | ||
| 580 | .dev_id = "pwm-backlight", | ||
| 581 | .con_id = NULL, | ||
| 582 | .period = 30923, | ||
| 583 | .polarity = PWM_POLARITY_NORMAL, | ||
| 584 | }, | ||
| 578 | }; | 585 | }; |
| 579 | 586 | ||
| 580 | /* | 587 | /* |
