diff options
-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 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[] = { | |||
74 | REGULATOR_SUPPLY("vdd", "3-004b"), | 74 | REGULATOR_SUPPLY("vdd", "3-004b"), |
75 | /* L3G4200D Gyroscope device */ | 75 | /* L3G4200D Gyroscope device */ |
76 | REGULATOR_SUPPLY("vdd", "2-0068"), | 76 | REGULATOR_SUPPLY("vdd", "2-0068"), |
77 | /* Ambient light sensor device */ | ||
78 | REGULATOR_SUPPLY("vdd", "3-0029"), | ||
77 | }; | 79 | }; |
78 | 80 | ||
79 | static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { | 81 | static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { |