summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDeepesh Gujarathi <dgujarathi@nvidia.com>2010-04-08 16:56:11 +0530
committerGary King <gking@nvidia.com>2010-04-09 10:43:34 -0700
commitb7be8ee521952c76217405194eed5f007a31489a (patch)
tree4233324a60b27f72e9a83999e315a219b85310cd /arch
parentad159fa937e9d917737956d12d530b723cba2b13 (diff)
tegra pmu: do not turn ON the LDO0 rail by default
The LDO0 power rail was enabled during bootup by default, thereby increasing the ref count. This results in the rail remaining powered ON even when we try to disable it from a driver. Disabling the LDO0 by default, when there are no devices actively using it, should result in power saving. Change-Id: I19e478e9af2019de5e02ff9a31e7085e815ffaed Reviewed-on: http://git-master/r/1058 Reviewed-by: Kenneth A Radtke <kradtke@nvidia.com> Tested-by: Deepesh Subhash Gujarathi (Engrg-Mobile) <dgujarathi@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch')
-rwxr-xr-x[-rw-r--r--]arch/arm/mach-tegra/odm_kit/adaptations/pmu/tps6586x/nvodm_pmu_tps6586x.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/adaptations/pmu/tps6586x/nvodm_pmu_tps6586x.c b/arch/arm/mach-tegra/odm_kit/adaptations/pmu/tps6586x/nvodm_pmu_tps6586x.c
index 3d37126ccb6c..c656c7f60fbd 100644..100755
--- a/arch/arm/mach-tegra/odm_kit/adaptations/pmu/tps6586x/nvodm_pmu_tps6586x.c
+++ b/arch/arm/mach-tegra/odm_kit/adaptations/pmu/tps6586x/nvodm_pmu_tps6586x.c
@@ -1617,12 +1617,6 @@ NvBool Tps6586xSetup(NvOdmPmuDeviceHandle hDevice)
NVODMPMU_PRINTF(("TPS: Fail to set the NVDDIO_NAND to 2.85V\n"));
else
NVODMPMU_PRINTF(("TPS: set the NVDDIO_NAND to 2.85V\n"));
- //FIXME: turn on the rail for the VDAC at the beginning for now
- //if (NV_FALSE == Tps6586xWriteVoltageReg(hDevice, TPS6586xPmuSupply_LDO8, 2800, NULL))
- if (NV_FALSE == Tps6586xWriteVoltageReg(hDevice, TPS6586xPmuSupply_LDO0, 3300, NULL))
- NVODMPMU_PRINTF(("TPS: Fail to Turn on the VDAC\n"));
- else
- NVODMPMU_PRINTF(("TPS: Turn on the VDAC\n"));
#endif
}
else