aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c
diff options
context:
space:
mode:
authorBaek.Kyung-Han <wildtaz.baek@samsung.com>2011-08-09 15:42:32 +0900
committerTodd Poynor <toddpoynor@google.com>2011-08-10 18:12:38 -0700
commit50a7553ea792228b3461c0f22540de286f30d27e (patch)
tree7d699e21eb40a6e484497929cdc394a6af3de9c6 /include/linux/i2c
parent6ba1c700230f1e9cadd5abb15edba8573c0de40e (diff)
downloadkernel_samsung_tuna-50a7553ea792228b3461c0f22540de286f30d27e.zip
kernel_samsung_tuna-50a7553ea792228b3461c0f22540de286f30d27e.tar.gz
kernel_samsung_tuna-50a7553ea792228b3461c0f22540de286f30d27e.tar.bz2
OMAP4: twl6030: Add V2V1 SMPS
To control V2V1 SPMS by using regulator framework, add V2V1 SMPS to twl regulator list. Modify ldo register order in add_children function based on struct twl4030_platform_data Change-Id: Ic1dcdd55d4ca849290169abbeff2f6cbf07dba68 Signed-off-by: Baek.Kyung-Han <wildtaz.baek@samsung.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r--include/linux/i2c/twl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index 6a10a10..7293884 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -719,6 +719,7 @@ struct twl4030_platform_data {
/* TWL6030 DCDC regulators */
struct regulator_init_data *vdd3;
struct regulator_init_data *vmem;
+ struct regulator_init_data *v2v1;
/* TWL6030 LDO regulators */
struct regulator_init_data *vmmc;
struct regulator_init_data *vpp;