Skip to content

Commit

Permalink
regulator: tps65910: Add regulator info for RTC rail
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laxman Dewangan authored and Mark Brown committed Jan 20, 2012
1 parent 0ce6987 commit c2f8efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/regulator/tps65910-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ static struct tps_info tps65910_regs[] = {
};

static struct tps_info tps65911_regs[] = {
{
.name = "VRTC",
},
{
.name = "VIO",
.min_uV = 1500000,
Expand Down

0 comments on commit c2f8efd

Please sign in to comment.