ARM: tegra: cpuidle: replace LP3 with ARM_CPUIDLE_WFI_STATE
authorJoseph Lo <josephl@nvidia.com>
Mon, 8 Oct 2012 10:24:16 +0000 (18:24 +0800)
committerStephen Warren <swarren@nvidia.com>
Thu, 15 Nov 2012 22:08:28 +0000 (15:08 -0700)
The Tegra CPU idle LP3 state is doing ARM WFI only. So it's same with
the common ARM_CPUIDLE_WFI_STATE. Using it to replace LP3 now.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found