commit | 0337c3e0c3cbbb3a4f411c292f52fcc314abae67 | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Wed Apr 03 19:31:28 2013 +0800 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Apr 03 14:30:22 2013 -0600 |
tree | 73107fcd904db7cab212ce15ed482cc87fe5b36c | |
parent | 7021d1220584ab1e6efd3d59da47b65674d9896a [diff] |
ARM: tegra: moving the CPU power timer function to PMC driver The CPU power timer set up function was related to PMC register. Now moving it to PMC driver. And it also help to clean up the PM related code later. The timer was calculated based on the input clock of PMC. In this patch, we also get the clock from DT. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>