diff options
| author | Tero Kristo <t-kristo@ti.com> | 2012-02-28 04:39:10 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-11 16:09:00 -0400 |
| commit | 34a38440689b06a515104d668494e0ff8a4e1537 (patch) | |
| tree | b6ea0840779978b209a11eeaedc0575080d57885 /include/linux | |
| parent | 63bfff4e20211b464cbea6e79e5fd36df227c154 (diff) | |
regulator: twl6030: add support for vdd1, vdd2 and vdd3 regulators
vdd1 and vdd2 are now common regulators for twl4030 and twl6030. Also
added vdd3 as a new regulator for twl6030. twl6030 vdd1...vdd3 smps
regulator voltages can only be controlled through the smartreflex
voltage channel, thus the support for the voltage_get and set is
minimal and requires external controller.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c/twl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 08a82d314f24..f66c0311e448 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
| @@ -712,6 +712,9 @@ struct twl4030_platform_data { | |||
| 712 | struct regulator_init_data *vaux1; | 712 | struct regulator_init_data *vaux1; |
| 713 | struct regulator_init_data *vaux2; | 713 | struct regulator_init_data *vaux2; |
| 714 | struct regulator_init_data *vaux3; | 714 | struct regulator_init_data *vaux3; |
| 715 | struct regulator_init_data *vdd1; | ||
| 716 | struct regulator_init_data *vdd2; | ||
| 717 | struct regulator_init_data *vdd3; | ||
| 715 | /* TWL4030 LDO regulators */ | 718 | /* TWL4030 LDO regulators */ |
| 716 | struct regulator_init_data *vpll1; | 719 | struct regulator_init_data *vpll1; |
| 717 | struct regulator_init_data *vpll2; | 720 | struct regulator_init_data *vpll2; |
| @@ -720,8 +723,6 @@ struct twl4030_platform_data { | |||
| 720 | struct regulator_init_data *vsim; | 723 | struct regulator_init_data *vsim; |
| 721 | struct regulator_init_data *vaux4; | 724 | struct regulator_init_data *vaux4; |
| 722 | struct regulator_init_data *vio; | 725 | struct regulator_init_data *vio; |
| 723 | struct regulator_init_data *vdd1; | ||
| 724 | struct regulator_init_data *vdd2; | ||
| 725 | struct regulator_init_data *vintana1; | 726 | struct regulator_init_data *vintana1; |
| 726 | struct regulator_init_data *vintana2; | 727 | struct regulator_init_data *vintana2; |
| 727 | struct regulator_init_data *vintdig; | 728 | struct regulator_init_data *vintdig; |
