ARM: ux500: Add supply for the L3G4200D Gyroscope
authorLee Jones <lee.jones@linaro.org>
Thu, 21 Mar 2013 15:59:10 +0000 (15:59 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 Mar 2013 00:09:19 +0000 (00:09 +0000)
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>
arch/arm/mach-ux500/board-mop500-regulators.c

index c4d0d0c..e75562d 100644 (file)
@@ -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[] = {