OSDN Git Service

ARM: pxa: use PWM lookup table for all machines
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Dec 2015 14:11:12 +0000 (15:11 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2015 23:27:58 +0000 (00:27 +0100)
commitddd47fbcf68dd07487fd86f5e3d9f594f8349980
tree44e2534eb7b69c974ad331859113c3632b21214e
parente229213dd0b4330ce822dd1118086d5d90667fe4
ARM: pxa: use PWM lookup table for all machines

The recent change to use a pwm lookup table for the ezx machines
was incomplete and only changed the a780 model, but not the
other ones in the same file.

This adds the missing calls to pwm_add_table().

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: c3322022897c ("ARM: pxa: ezx: Use PWM lookup table")
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/ezx.c