ARM i.MX timer: request correct clock
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 9 Mar 2012 08:29:27 +0000 (09:29 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 25 Apr 2012 15:03:45 +0000 (17:03 +0200)
commit821dc4dfd955da0679872088025542a0795c6b3e
tree0f36bc43b9bf76106d43524bd61fbd745da48bd7
parent096c19c37b43ee8ce04d4f27022f899ef4133fbb
ARM i.MX timer: request correct clock

We used to pass the timer clock directly to mxc_timer_init. We
should instead request the correct clock. This is an intermediate
step: For now we request the clock in the timer code when NULL
is passed as clock.
Also, the gpt on some i.MX have an additional ipg clock which can
be gated. Request and enable this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/time.c