summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-01-18 20:46:56 +0530
committerVarun Colbert <vcolbert@nvidia.com>2012-01-30 11:49:41 -0800
commitc6b9403a56c21838af7c30455b29f21f15a3fd6d (patch)
tree47204d660a768f03f59daac2a23cf877c1230a67 /drivers/regulator
parent552c05bcd4c8f66f4abb88e641d465aa15b1a041 (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> Cherry picked from mainline's commit c2f8efd7641b1b10b73ffa6f216a45209a5705dd Change-Id: I7e544ea2f0b3df677ad75bbca38b744c9a6f71da Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/77537 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/tps65910-regulator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c
index bb2a08d4e93e..250b318001f8 100644
--- a/drivers/regulator/tps65910-regulator.c
+++ b/drivers/regulator/tps65910-regulator.c
@@ -175,6 +175,9 @@ static struct tps_info tps65910_regs[] = {
static struct tps_info tps65911_regs[] = {
{
+ .name = "VRTC",
+ },
+ {
.name = "VIO",
.min_uV = 1500000,
.max_uV = 3300000,