diff options
| -rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 1bf61dad9a35..ca82b1e2ebab 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
| @@ -407,14 +407,8 @@ static struct platform_device pwm_device = { | |||
| 407 | }; | 407 | }; |
| 408 | 408 | ||
| 409 | static struct pwm_lookup pwm_lookup[] = { | 409 | static struct pwm_lookup pwm_lookup[] = { |
| 410 | { | 410 | PWM_LOOKUP("renesas-tpu-pwm", 2, "pwm-backlight.0", NULL, |
| 411 | .provider = "renesas-tpu-pwm", | 411 | 33333, PWM_POLARITY_INVERSED), |
| 412 | .index = 2, | ||
| 413 | .dev_id = "pwm-backlight.0", | ||
| 414 | .con_id = NULL, | ||
| 415 | .period = 33333, | ||
| 416 | .polarity = PWM_POLARITY_INVERSED, | ||
| 417 | }, | ||
| 418 | }; | 412 | }; |
| 419 | 413 | ||
| 420 | /* LCDC and backlight */ | 414 | /* LCDC and backlight */ |
