summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorRakesh Goyal <rgoyal@nvidia.com>2011-12-27 13:19:44 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-30 10:46:17 +0530
commiteb668ee05abbeab775733529b891bf23589ab051 (patch)
tree67c2579b41a6b06ce7175a576320255ca90ac12b /arch/arm/mach-tegra/board-enterprise-power.c
parent447c4036748a499d639ce2022eb3cb9265b984b6 (diff)
arm: tegra: enterprise: keep TPS80031_CLOCK32K_G on in LP0
TPS80031_CLOCK32K_G is used by wifi, BT and GPS. Communication module expect this clock to be always on. Bug 914485 Change-Id: I73001ec1ca129d86f881467d22ac020fccf4561c Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-on: http://git-master/r/72182 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@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 9457e0dcd5cf..98f653a8c668 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -303,7 +303,7 @@ struct tps80031_clk32k_init_data clk32k_idata[] = {
{
.clk32k_nr = TPS80031_CLOCK32K_G,
.enable = true,
- .ext_ctrl_flag = PWR_REQ_INPUT_PREQ1,
+ .ext_ctrl_flag = 0,
},
{
.clk32k_nr = TPS80031_CLOCK32K_AUDIO,