aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-omap3beagle.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-05-19 16:42:38 -0400
committerThierry Reding <thierry.reding@gmail.com>2014-05-21 05:19:37 -0400
commitdee401e1fd5eddc8e3d6ae0e8b5c4bd64aa2a369 (patch)
tree6e04e8311c51d673fb28900d7081af1d4ba1468e /arch/arm/mach-omap2/board-omap3beagle.c
parent4284402924cc55e182008ca7e9d4fb1e891ff5ae (diff)
ARM: OMAP3: Beagle: use PWM_LOOKUP to initialize struct pwm_lookup
Use the new variant of the PWM_LOOKUP macro to initialize the PWM lookup table. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3beagle.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
index f27e1ec90b5e..54c135a5b4f7 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -61,14 +61,8 @@
61 61
62static struct pwm_lookup pwm_lookup[] = { 62static struct pwm_lookup pwm_lookup[] = {
63 /* LEDB -> PMU_STAT */ 63 /* LEDB -> PMU_STAT */
64 { 64 PWM_LOOKUP("twl-pwmled", 1, "leds_pwm", "beagleboard::pmu_stat",
65 .provider = "twl-pwmled", 65 7812500, PWM_POLARITY_NORMAL),
66 .index = 1,
67 .dev_id = "leds_pwm",
68 .con_id = "beagleboard::pmu_stat",
69 .period = 7812500,
70 .polarity = PWM_POLARITY_NORMAL,
71 },
72}; 66};
73 67
74static struct led_pwm pwm_leds[] = { 68static struct led_pwm pwm_leds[] = {