summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-sensors.c
diff options
context:
space:
mode:
authorPritesh Raithatha <praithatha@nvidia.com>2012-03-13 17:17:46 +0530
committerVarun Colbert <vcolbert@nvidia.com>2012-03-14 16:39:19 -0700
commitd0c816598ec8863297826f07a6b38b9d62f89e9c (patch)
treef599f45c74d7347a5f78ce19d67db665e527dd1b /arch/arm/mach-tegra/board-ventana-sensors.c
parentae63d1dc308dd20fc42c402185796c7d7d883cfc (diff)
arm: tegra: ventana: use fixed regulator instead of direct gpio
Bug 925547 Change-Id: I81f87cef3a9767d9bd60b72e33a23620392ab5fc Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com> Reviewed-on: http://git-master/r/89736 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-sensors.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-sensors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-sensors.c b/arch/arm/mach-tegra/board-ventana-sensors.c
index 6a5549cba56b..81184d54599d 100644
--- a/arch/arm/mach-tegra/board-ventana-sensors.c
+++ b/arch/arm/mach-tegra/board-ventana-sensors.c
@@ -528,7 +528,7 @@ int __init ventana_camera_late_init(void)
gpio_export(ventana_camera_gpio_keys[i].gpio, false);
}
- ventana_gpio_fixed_voltage_regulator_init();
+ ventana_cam_fixed_voltage_regulator_init();
cam1_2v8 = regulator_get(NULL, "cam1_2v8");
if (WARN_ON(IS_ERR(cam1_2v8))) {