diff options
author | Pritesh Raithatha <praithatha@nvidia.com> | 2012-03-13 17:17:46 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2012-03-14 16:39:19 -0700 |
commit | d0c816598ec8863297826f07a6b38b9d62f89e9c (patch) | |
tree | f599f45c74d7347a5f78ce19d67db665e527dd1b /arch/arm/mach-tegra/board-ventana.h | |
parent | ae63d1dc308dd20fc42c402185796c7d7d883cfc (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.h')
-rw-r--r-- | arch/arm/mach-tegra/board-ventana.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.h b/arch/arm/mach-tegra/board-ventana.h index 443556213975..b8d8040d187b 100644 --- a/arch/arm/mach-tegra/board-ventana.h +++ b/arch/arm/mach-tegra/board-ventana.h @@ -2,6 +2,7 @@ * arch/arm/mach-tegra/board-ventana.h * * Copyright (C) 2011 Google, Inc. + * Copyright (C) 2012 NVIDIA Corporation. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -26,7 +27,7 @@ int ventana_sensors_init(void); int ventana_kbc_init(void); int ventana_emc_init(void); int ventana_charger_init(void); -int ventana_gpio_fixed_voltage_regulator_init(void); +int ventana_cam_fixed_voltage_regulator_init(void); /* PCA954x I2C bus expander bus addresses */ #define PCA954x_I2C_BUS_BASE 6 @@ -43,6 +44,8 @@ int ventana_gpio_fixed_voltage_regulator_init(void); #define CAMERA_CSI_MUX_SEL_GPIO TEGRA_GPIO_PBB4 #define CAMERA_FLASH_ACT_GPIO TEGRA_GPIO_PD2 +#define PANEL_POWER_EN_GPIO TEGRA_GPIO_PC6 + /* TPS6586X gpios */ #define TPS6586X_GPIO_BASE TEGRA_NR_GPIOS #define TPS6586X_GPIO(_x_) (TPS6586X_GPIO_BASE + (_x_)) |