aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-10-28 17:51:29 +0200
committerPhilippe LANGLAIS <philippe.langlais@stericsson.com>2011-11-07 10:35:18 +0100
commit28448158f4495671be9e4ce047a485ec76017393 (patch)
tree36c0cfdd5f1b3c8a12c7fbbc691b4d2ea1ed1e09
parentbf6662861c7665046e95c790fd285fd788f7cab6 (diff)
ux500: Add lps001wp driver consumer
Add the lps001wp as a consumer of VAUX1, the device name is a little bad maybe have to be fixed later on. Change-Id: Ie38b86383d5d1eac5862e3f5d999639d407702f3 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35832 Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-regulators.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c
index d264c67842a..b57a86c2d4d 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -80,6 +80,10 @@ struct regulator_init_data tps61052_regulator = {
};
static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
+ /* lps001wp baromenter i2c dev name is 2-005c
+ * maybe change that in the driver, like for lsm303dlh drivers
+ */
+ REGULATOR_SUPPLY("vdd", "2-005c"),
/* Main display, u8500 R3 uib */
REGULATOR_SUPPLY("vddi", "mcde_disp_sony_acx424akp.0"),
/* Main display, u8500 uib and ST uib */