diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-21 16:59:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-28 01:09:19 +0100 |
commit | 4336c1d29ea9bb8ac11743da67377f196665ea28 (patch) | |
tree | 28f8dd3d1fe5c02c3578aac92b914ae893d09444 /arch/arm/mach-ux500/board-mop500-regulators.c | |
parent | ARM: ux500: Add supply for the Ambient light sensor device (diff) | |
download | linux-4336c1d29ea9bb8ac11743da67377f196665ea28.tar.xz linux-4336c1d29ea9bb8ac11743da67377f196665ea28.zip |
ARM: ux500: Add supply for the Pressure sensor
This patch lists the Pressure sensor as a consumer of the AB8500
VAUX1 regulator.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-regulators.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index ba8808096c02..00a713372775 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -76,6 +76,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("vdd", "2-0068"), /* Ambient light sensor device */ REGULATOR_SUPPLY("vdd", "3-0029"), + /* Pressure sensor device */ + REGULATOR_SUPPLY("vdd", "2-005c"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { |