summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorGreg Heinrich <gheinrich@nvidia.com>2012-01-11 13:33:15 +0100
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-16 09:04:26 -0800
commitaf234f3e7f3fe50670b0f9ed334e3e479b2c6997 (patch)
tree78a8843c8bcebe10866417b93db42327e41182e2 /arch/arm/mach-tegra/board-enterprise-power.c
parentabaae23e8c47a4fcd5c70f8766ce4b6663c68106 (diff)
arm: tegra: enterprise: keep TPS80031_CLK32_AUDIO ON in LP0
The baseband needs this clock to keep track of time when it is in low power mode. bug 915105 Change-Id: I864c81e85f34e5fca2ddd5444776748e80d57146 Reviewed-on: http://git-master/r/74584 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-by: Frederic Bossy <fbossy@nvidia.com> Tested-by: Greg Heinrich <gheinrich@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Jonathan Roux <jroux@nvidia.com> Reviewed-on: http://git-master/r/75144 Reviewed-by: Varun Wadekar <vwadekar@nvidia.com> Tested-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-by: Greg Heinrich <gheinrich@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-power.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index f0170ca1fb60..ef8115b40f05 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -308,7 +308,7 @@ struct tps80031_clk32k_init_data clk32k_idata[] = {
{
.clk32k_nr = TPS80031_CLOCK32K_AUDIO,
.enable = true,
- .ext_ctrl_flag = PWR_REQ_INPUT_PREQ1,
+ .ext_ctrl_flag = 0,
},
};