1
0
Fork 0

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>
wifi-calibration
Lee Jones 2013-03-21 15:59:11 +00:00 committed by Mark Brown
parent efb34d2777
commit 2d0266aba7
1 changed files with 2 additions and 0 deletions

View File

@ -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[] = {