From: Lee Jones Date: Thu, 21 Mar 2013 15:59:11 +0000 (+0000) Subject: ARM: ux500: Add supply for the Ambient light sensor device X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d0266aba7be888d88df735abaa6a6c0379de93f;p=linux-beck.git 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 Signed-off-by: Mark Brown --- diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index e75562d48c04..ba8808096c02 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[] = {