summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-07-31 14:59:23 +0530
committerSimone Willett <swillett@nvidia.com>2012-08-01 19:05:12 -0700
commit826dd44a11e9ef74c35c3a07e6c7f9bf0df70ca2 (patch)
tree7d57e24a19f66abb7b605efc420ee74344657497 /arch/arm/mach-tegra/board-enterprise-power.c
parente5974e531fdfa3e4763d2f40f8278ccb29cd129d (diff)
ARM: tegra: enterprise: get rid of tegra_gpio_enable()
The gpio mode of pin is configured when setting direction and hence this call is no more required. Change-Id: I3f81c54d2e1933684689df88814b98f617da3545 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/119611 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@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, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index 37d4576feb96..3cd6b44f7a41 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -751,8 +751,6 @@ int __init enterprise_regulator_init(void)
battery_gauge_data.battery_present = 0;
}
- tegra_gpio_enable(TEGRA_GPIO_PF7);
-
if (board_info.fab < BOARD_FAB_A03) {
tps_platform.num_subdevs = ARRAY_SIZE(tps80031_devs_a02);
tps_platform.subdevs = tps80031_devs_a02;