commit | d127e9c5c5bc1ee22a7b1fe804397cddd132f756 | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Fri Oct 11 17:57:31 2013 +0800 |
committer | Stephen Warren <swarren@nvidia.com> | Fri Oct 18 16:28:08 2013 -0600 |
tree | 2500a25b3a79dd3b593f8ad043bfcfacb0e63fa0 | |
parent | 9997e62682e0fe68566c88f70ed320ded4e16529 [diff] |
ARM: tegra: make tegra_resume can work with current and later chips Because the CPU0 was the first up and the last down core when cluster power up/down or platform suspend. So only CPU0 needs the rest of the functions to reset flow controller and re-enable SCU and L2. We also move the L2 init function for Cortex-A15 to there. The secondery CPU can just call cpu_resume. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>