commit | e0fed5133cc3656319e94c258e4a064dca8ccb27 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Sep 26 15:41:01 2014 +0200 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sun Nov 23 14:56:19 2014 +0800 |
tree | 11fb6e743305737c289f1f83f0206a142c07e4e4 | |
parent | 6f0628aa9f0fb7c877e52d4d8c6edb11bcd91736 [diff] |
ARM: imx: add CPU clock type This implements a virtual clock used to abstract away all the steps needed in order to change the ARM clock, so we don't have to push all this clock handling into the cpufreq driver. While it will be used for i.MX53 at first it is generic enough to be used on i.MX6 later on. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>