summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-08-16 15:40:11 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:20 -0800
commitc59144a19c9c43c99043623a020208e05bf30d63 (patch)
tree02e68f1c546244b9bd0c63970605df50098ebeb8 /arch/arm/mach-tegra/board-enterprise-power.c
parente39452e10bb9cb8178fe6b4927f1d91f878bb570 (diff)
arm: tegra: enterprise: Register tps8003x with 0x4A address
Registering tps8003x device with the address 0x4A where version number registers are available. Original-Change-Id: I41b2e81681a255100f314fff8811f65775f1af37 Reviewed-on: http://git-master/r/47306 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Re35a57a98221356a54d59662cd4cdfde9542d9df
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, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index 35682c738126..8b9d0e4975b8 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -253,7 +253,7 @@ static struct tps80031_platform_data tps_platform = {
static struct i2c_board_info __initdata enterprise_regulators[] = {
{
- I2C_BOARD_INFO("tps80031", 0x48),
+ I2C_BOARD_INFO("tps80031", 0x4A),
.irq = INT_EXTERNAL_PMU,
.platform_data = &tps_platform,
},