]> 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)
commit27e8975654dc524894afe0238852f8ef5bdffc5b
tree44e2534eb7b69c974ad331859113c3632b21214e
parent616fd22c6c0289b9107099efb961cb63ca9b7810
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: 74903ba7c41e ("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