]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f5a3b1d2b4fd82b26be47d672947d53ecf970a7
tree44e2534eb7b69c974ad331859113c3632b21214e
parent7d9326dd72b323b7695250398439f729ddaff401
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: 62eae82804ad ("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