diff options
| author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-05-04 16:58:36 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:56 +0200 |
| commit | f9175a3fd7f21fac04a32225360f938fe48578ac (patch) | |
| tree | b96aa18a779aa748f6f099c143bfce3f4758c87f /include/linux/regulator/ab8500.h | |
| parent | 84110570a80022197d4a58027f164ac4cdb37837 (diff) | |
regulators: add init values for vsmps1/2
Change-Id: I65fb79ad78680d575cfe52b55f1ab98e441b0b0c
Signed-off-by: Martin Persson <martin.persson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17878
Reviewed-by: Emeric VIGIER <emeric.vigier@stericsson.com>
Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
Conflicts:
arch/arm/mach-ux500/board-mop500-regulators.c
Diffstat (limited to 'include/linux/regulator/ab8500.h')
| -rw-r--r-- | include/linux/regulator/ab8500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 4b53341c61a..f10563d9767 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h @@ -70,6 +70,8 @@ enum ab8500_regulator_reg { AB8500_ARMREGU2, /* NOTE! PRCMU register */ AB8500_VBBSEL1, /* NOTE! PRCMU register */ AB8500_VBBSEL2, /* NOTE! PRCMU register */ + AB8500_VSMPS1REGU, + AB8500_VSMPS2REGU, AB8500_VSMPS1SEL1, AB8500_NUM_REGULATOR_REGISTERS, }; |
