OSDN Git Service

ARM: tegra: remove the limitation that Tegra114 can't support suspend
authorJoseph Lo <josephl@nvidia.com>
Wed, 3 Jul 2013 09:50:45 +0000 (17:50 +0800)
committerStephen Warren <swarren@nvidia.com>
Fri, 19 Jul 2013 16:08:09 +0000 (10:08 -0600)
The Tegra114 can support suspend function now, removing the limitation.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/pm.c

index 19cf360..11bfce9 100644 (file)
@@ -173,10 +173,6 @@ void tegra_idle_lp2_last(void)
 enum tegra_suspend_mode tegra_pm_validate_suspend_mode(
                                enum tegra_suspend_mode mode)
 {
-       /* Tegra114 didn't support any suspending mode yet. */
-       if (tegra_chip_id == TEGRA114)
-               return TEGRA_SUSPEND_NONE;
-
        /*
         * The Tegra devices only support suspending to LP2 currently.
         */