diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-21 19:59:10 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-28 04:09:19 +0400 |
commit | efb34d2777427b90e5062c1f8e9dd5b2ce459493 (patch) | |
tree | 52e30ff48d248233160351ad6b85693e20b0f5bf /arch/arm/mach-ux500 | |
parent | 27f26de1850e36254b4e5e4162d1e047e46914fc (diff) | |
download | linux-efb34d2777427b90e5062c1f8e9dd5b2ce459493.tar.xz |
ARM: ux500: Add supply for the L3G4200D Gyroscope
This patch lists the L3G4200D Gyroscope 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')
-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 c4d0d0cd69a2..e75562d48c04 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -72,6 +72,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("avdd", "3-005d"), /* Synaptics RMI4 Touchscreen device */ REGULATOR_SUPPLY("vdd", "3-004b"), + /* L3G4200D Gyroscope device */ + REGULATOR_SUPPLY("vdd", "2-0068"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { |