ARM: mxs: use apbx bus clock to drive the timers on timrotv2
authorTorben Hohn <torbenh@linutronix.de>
Fri, 21 Dec 2012 14:06:15 +0000 (15:06 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 5 Feb 2013 03:19:46 +0000 (11:19 +0800)
timer resolution of ~32us is pretty low.
v2 has 32bits resolution, so we have quite some headroom, and
can use the 24MHz clock.
v1 has only 16bits, so we only increase v2.

So we just exchange the timrot clock in imx28.
On imx23 we have timrotv1 and everything stays the same.

Signed-off-by: Torben Hohn <torbenh@linutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found