summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500-regulators.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-03-21 15:59:11 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-28 00:09:19 (GMT)
commit2d0266aba7be888d88df735abaa6a6c0379de93f (patch)
tree950768cf6075d5ccea32b780f02ea2c70e371ed6 /arch/arm/mach-ux500/board-mop500-regulators.c
parentefb34d2777427b90e5062c1f8e9dd5b2ce459493 (diff)
downloadlinux-fsl-qoriq-2d0266aba7be888d88df735abaa6a6c0379de93f.tar.xz
ARM: ux500: Add supply for the Ambient light sensor device
This patch lists the Ambient light sensor device 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 'arch/arm/mach-ux500/board-mop500-regulators.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500-regulators.c2
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 e75562d..ba88080 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -74,6 +74,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
REGULATOR_SUPPLY("vdd", "3-004b"),
/* L3G4200D Gyroscope device */
REGULATOR_SUPPLY("vdd", "2-0068"),
+ /* Ambient light sensor device */
+ REGULATOR_SUPPLY("vdd", "3-0029"),
};
static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {