diff options
author | Xiaohui Tao <xtao@nvidia.com> | 2012-12-03 11:19:31 -0800 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-12-04 20:33:06 -0800 |
commit | 4c0948fdd4db3d5f4df26a9f0a707389c40a5de3 (patch) | |
tree | 37674ea21d8474dc18d7769b30331015bf5d7e06 /arch/arm/mach-tegra/board-roth-power.c | |
parent | 4f521f233e2ba82cc0c647f770e60f1d98f4d43f (diff) |
ARCH: arm: Enable sensor for Roth
* Add regulator support for sensors
* Add back mpuirq_init() function
* Change i2c bus address
Bug 1163074
Change-Id: I6c4fbd03548b897bd04c2f579a3c64842692bebc
Signed-off-by: Xiaohui Tao <xtao@nvidia.com>
Reviewed-on: http://git-master/r/164573
(cherry picked from commit e4e5dad47daffa094202b80646de78f4483f9001)
Reviewed-on: http://git-master/r/168114
Reviewed-by: Robert Collins <rcollins@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Matt Wagner <mwagner@nvidia.com>
Reviewed-by: Erik Lilliebjerg <elilliebjerg@nvidia.com>
Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-roth-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-roth-power.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-roth-power.c b/arch/arm/mach-tegra/board-roth-power.c index 6c2360f1b59e..83b143bd6bf3 100644 --- a/arch/arm/mach-tegra/board-roth-power.c +++ b/arch/arm/mach-tegra/board-roth-power.c @@ -160,6 +160,7 @@ static struct regulator_consumer_supply palmas_smps3_supply[] = { REGULATOR_SUPPLY("pwrdet_uart", NULL), REGULATOR_SUPPLY("dbvdd", NULL), REGULATOR_SUPPLY("dvdd_lcd", NULL), + REGULATOR_SUPPLY("vlogic", "0-0068"), }; static struct regulator_consumer_supply palmas_smps45_supply[] = { @@ -209,6 +210,7 @@ static struct regulator_consumer_supply palmas_ldo6_supply[] = { REGULATOR_SUPPLY("vdd", "0-004c"), REGULATOR_SUPPLY("vdd", "1-004c"), REGULATOR_SUPPLY("vdd", "1-004d"), + REGULATOR_SUPPLY("vdd", "0-0068"), }; static struct regulator_consumer_supply palmas_ldo8_supply[] = { |