diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-01-18 10:16:56 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 07:01:36 -0500 |
commit | c2f8efd7641b1b10b73ffa6f216a45209a5705dd (patch) | |
tree | d0a7b48eee082b466d0280e941fe32aa5adbd9c4 /drivers/regulator/tps65910-regulator.c | |
parent | 0ce6987345a739fc3b2ac5da9c727c3b0133bb9c (diff) |
regulator: tps65910: Add regulator info for RTC rail
Adding missing regulator info for VRTC rail for device
tps65911. The regulator voltage rail index start from
VRTC which is defined as 0.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
-rw-r--r-- | drivers/regulator/tps65910-regulator.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 5c15ba01e9c7..67424185b365 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c | |||
@@ -175,6 +175,9 @@ static struct tps_info tps65910_regs[] = { | |||
175 | 175 | ||
176 | static struct tps_info tps65911_regs[] = { | 176 | static struct tps_info tps65911_regs[] = { |
177 | { | 177 | { |
178 | .name = "VRTC", | ||
179 | }, | ||
180 | { | ||
178 | .name = "VIO", | 181 | .name = "VIO", |
179 | .min_uV = 1500000, | 182 | .min_uV = 1500000, |
180 | .max_uV = 3300000, | 183 | .max_uV = 3300000, |