diff options
author | Erik Lilliebjerg <elilliebjerg@nvidia.com> | 2011-12-01 05:58:00 -0700 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2011-12-08 18:04:52 +0530 |
commit | dc9bebb57ba7f7029beec44cb88beeb28ac0a57d (patch) | |
tree | 80854ad211bcb882c13c947a17aa6280f4859ac5 /arch/arm/mach-tegra/board-enterprise-power.c | |
parent | fb24a74f356b1bb97e9bf81ce694d0d9191e49ed (diff) |
arm: tegra: enterprise: TPS61050 board support
Bug 860351
Bug 850614
Bug 852480
Bug 872156
Bug 824459
Change-Id: Ied7c156bf61024965592a792439699bf0226fe60
Signed-off-by: Erik Lilliebjerg <elilliebjerg@nvidia.com>
Reviewed-on: http://git-master/r/66167
Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-power.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c index 5428870e76b6..8a7977309375 100644 --- a/arch/arm/mach-tegra/board-enterprise-power.c +++ b/arch/arm/mach-tegra/board-enterprise-power.c @@ -384,6 +384,7 @@ static int gpio_switch_cam_ldo_2v8_en_voltages[] = {2800}; /* 2-0036 is dev_name of ar0832 in Enterprise A01*/ /* 2-0032 is alternative dev_name of ar0832 Enterprise A01*/ /* 2-0010 is dev_name of ov9726 */ +/* 2-0033 is dev_name of tps61050 */ /* 2-0070 is dev_name of PCA9546 in Enterprise A02*/ /* 6-0036 is dev_name of ar0832 in Enterprise A02 */ /* 7-0036 is dev_name of ar0832 in Enterprise A02 */ @@ -392,6 +393,7 @@ static struct regulator_consumer_supply gpio_switch_cam_ldo_1v8_en_supply[] = { REGULATOR_SUPPLY("vdd", "2-0032"), REGULATOR_SUPPLY("dovdd", "2-0010"), REGULATOR_SUPPLY("vdd_1v8_cam", NULL), + REGULATOR_SUPPLY("vdd_i2c", "2-0033"), REGULATOR_SUPPLY("vcc_i2c", "2-0070"), REGULATOR_SUPPLY("vdd", "6-0036"), REGULATOR_SUPPLY("vdd", "7-0036"), |