commit | 6c529c499fecfe65da6429917bd9cb319040c69e | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sat Apr 25 15:44:10 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:44:29 2015 +0800 |
tree | 479b41c66c118bee48546435d1b6d8a093e1cbbf | |
parent | 0ed4668a5fafa922f450fca4b3431610a21626c5 [diff] |
ARM: imx: use dynamic mapping for timer Pass physical address of timer block to mxc_timer_init() call, which in turn does dynamic mapping within the function. Thus, we can avoid using static mapping in clock drivers. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>