diff options
author | Juha Keski-Saari <ext-juha.1.keski-saari@nokia.com> | 2009-12-11 05:12:15 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-12-13 13:21:59 -0500 |
commit | ab4abe056d8828341d2a7d6463b13eafaf210181 (patch) | |
tree | a38e751827567122136b5e978bb0b15a90b3bf47 /include/linux/i2c | |
parent | be26d664de1a6333156bd586a2f795271cfcf170 (diff) |
mfd: Add all twl4030 regulators to the twl4030 mfd driver
Add all twl4030 regulators to the twl4030 mfd driver and
twl4030_platform_data
Signed-off-by: Juha Keski-Saari <ext-juha.1.keski-saari@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl4030.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index efa62eb497b8..a50bcf8a4048 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h | |||
@@ -484,8 +484,12 @@ struct twl4030_platform_data { | |||
484 | struct regulator_init_data *vaux2; | 484 | struct regulator_init_data *vaux2; |
485 | struct regulator_init_data *vaux3; | 485 | struct regulator_init_data *vaux3; |
486 | struct regulator_init_data *vaux4; | 486 | struct regulator_init_data *vaux4; |
487 | 487 | struct regulator_init_data *vio; | |
488 | /* REVISIT more to come ... _nothing_ should be hard-wired */ | 488 | struct regulator_init_data *vdd1; |
489 | struct regulator_init_data *vdd2; | ||
490 | struct regulator_init_data *vintana1; | ||
491 | struct regulator_init_data *vintana2; | ||
492 | struct regulator_init_data *vintdig; | ||
489 | }; | 493 | }; |
490 | 494 | ||
491 | /*----------------------------------------------------------------------*/ | 495 | /*----------------------------------------------------------------------*/ |