|
@@ -65,8 +65,10 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
|
|
|
REGULATOR_SUPPLY("vcc", "2-0029"),
|
|
|
/* lsm303dlh accelerometer */
|
|
|
REGULATOR_SUPPLY("vdd", "3-0018"),
|
|
|
+ /* lsm303dlhc accelerometer */
|
|
|
+ REGULATOR_SUPPLY("vdd", "2-0019"),
|
|
|
/* lsm303dlh magnetometer */
|
|
|
- REGULATOR_SUPPLY("vdd", "3-001e"),
|
|
|
+ REGULATOR_SUPPLY("vdd", "2-001e"),
|
|
|
/* Rohm BU21013 Touchscreen devices */
|
|
|
REGULATOR_SUPPLY("avdd", "3-005c"),
|
|
|
REGULATOR_SUPPLY("avdd", "3-005d"),
|