commit | 821dc4dfd955da0679872088025542a0795c6b3e | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Fri Mar 09 09:29:27 2012 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Wed Apr 25 17:03:45 2012 +0200 |
tree | 0f36bc43b9bf76106d43524bd61fbd745da48bd7 | |
parent | 096c19c37b43ee8ce04d4f27022f899ef4133fbb [diff] |
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>