[PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail

From: Laxman Dewangan
Date: Wed Jan 18 2012 - 10:17:07 EST


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@xxxxxxxxxx>
---
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 5c15ba0..6742418 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,
--
1.7.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/