summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-06-30 09:15:24 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-06-30 14:46:08 -0700
commitc339a60fa1640487aa1f18ae818735b0693cd27f (patch)
tree0c955ee56268491a4e7821f5aa0e3f61c61a8be2
parent18fc856a84451dad6ba85e1d1cf3fa0f2d47559d (diff)
arm: tegra: enterprise: SMPS1 controlled by PREQ2 input
Configuring the regulator SMPS1 output such that output of regulator SMPS1 is controlled by the input peripheral power request signal PREQ2. bug 839809 bug 829405 Change-Id: I352feb47444077af4a3da2d0a321feb1f3d8a9a0 Reviewed-on: http://git-master/r/39118 Tested-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
-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 9ad71c2f5f76..7170f348b5a9 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -164,7 +164,7 @@ static struct regulator_consumer_supply tps80031_vbus_supply[] = {
}
TPS_PDATA_INIT(vio, 600, 2100, 0, 0, 0, 0, -1, 0, 0, 0);
-TPS_PDATA_INIT(smps1, 600, 2100, 0, 0, 0, 0, -1, 0, 0, 0);
+TPS_PDATA_INIT(smps1, 600, 2100, 0, 0, 0, 0, -1, 0, 0, PWR_REQ_INPUT_PREQ2);
TPS_PDATA_INIT(smps2, 600, 2100, 0, 0, 0, 0, -1, 0, 0, 0);
TPS_PDATA_INIT(smps3, 600, 2100, 0, 0, 0, 0, -1, 0, 0, 0);
TPS_PDATA_INIT(smps4, 600, 2100, 0, 0, 0, 0, -1, 0, 0, 0);