commit | 0931aff7226abb7e1dab018488e363294385fa66 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri May 15 11:41:39 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:52:26 2015 +0800 |
tree | 608a40c038ae0d8934b7f931e0af221247cda44e | |
parent | 6dd747825b206e9863c80c8b311fd2ed0964140a [diff] |
ARM: imx: define an enum for gpt timer device type Define an enum for gpt timer device type in include/soc/imx/timer.h to tell the gpt block differences among SoCs. Update non-DT users (clock drivers) to pass the device type. As we now have include/soc/imx/timer.h, the declaration of mxc_timer_init() is moved into there as the best fit. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>