]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: pxa: pxa3xx: add missing os timer clock
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 14 Feb 2015 14:54:58 +0000 (15:54 +0100)
committerMichael Turquette <mturquette@linaro.org>
Fri, 10 Apr 2015 20:35:56 +0000 (13:35 -0700)
commitc7739aebec22d43fa78389f286bd5520fc53562b
tree7f647c706e4d4a058c5b709c9a030cc702794e6f
parente52786ac3ca721636a6fb0ae88521f5b9ece88a3
clk: pxa: pxa3xx: add missing os timer clock

The pxa3xx scheduler relies on the pxa-timer, which requires a clock for
its rate. As the clock handling will be taken over by the clock
framework, add this missing clock.

The miss was discovered by attempting to run a zylonite platform in a
device-tree configuration, with the future patch to shift clocks
handling to clock framework applied.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/pxa/clk-pxa3xx.c