From: Lee Jones Date: Thu, 21 Mar 2013 15:59:10 +0000 (+0000) Subject: ARM: ux500: Add supply for the L3G4200D Gyroscope X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=efb34d2777427b90e5062c1f8e9dd5b2ce459493;p=linux-beck.git 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 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 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[] = {