diff options
author | Seshendra Gadagottu <sgadagottu@nvidia.com> | 2012-09-23 12:35:46 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-10-26 17:32:04 -0700 |
commit | 1b08d4f1e1b160a4ac7ebb0c78d70cb4340318d3 (patch) | |
tree | 1e25469597c286ddc5a17f22a1d267c6ce90ad22 /arch/arm/mach-tegra/pm.c | |
parent | 76cf9c04787648f47255a78c2dbabefbcfd88f25 (diff) |
Revert "ARM: tegra: t114: Pinmux LP0 entry/exit sequence"
This reverts commit 1ed7829f840fd2b94b37724ec98dd0a9a7456990.
Change-Id: Ib905af92e290dcaadc290df7b640c79f8e6b33dc
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: http://git-master/r/134658
(cherry picked from commit adcaf4480b0963de154d27d63bfe5a77add7ab43)
Signed-off-by: Sri Krishna chowdary <schowdary@nvidia.com>
Reviewed-on: http://git-master/r/159132
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/pm.c')
-rw-r--r-- | arch/arm/mach-tegra/pm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c index f62f7960c26d..a8676747f5e8 100644 --- a/arch/arm/mach-tegra/pm.c +++ b/arch/arm/mach-tegra/pm.c @@ -138,8 +138,6 @@ struct suspend_context tegra_sctx; #define PMC_DPAD_ORIDE 0x1C #define PMC_WAKE_DELAY 0xe0 #define PMC_DPD_SAMPLE 0x20 -#define PMC_IO_DPD_REQ_0 0x1b8 -#define PMC_IO_DPD2_REQ_0 0X1C0 #define PMC_WAKE_STATUS 0x14 #define PMC_SW_WAKE_STATUS 0x18 @@ -803,10 +801,6 @@ static void tegra_pm_set(enum tegra_suspend_mode mode) /* Enable DPD sample to trigger sampling pads data and direction * in which pad will be driven during lp0 mode*/ writel(0x1, pmc + PMC_DPD_SAMPLE); -#if !defined(CONFIG_ARCH_TEGRA_3x_SOC) && !defined(CONFIG_ARCH_TEGRA_2x_SOC) - writel(0x800fffff, pmc + PMC_IO_DPD_REQ_0); - writel(0x80001fff, pmc + PMC_IO_DPD2_REQ_0); -#endif #ifdef CONFIG_ARCH_TEGRA_11x_SOC /* this is needed only for T11x, not for other chips */ reg &= ~TEGRA_POWER_CPUPWRGOOD_EN; |