regulator: tps65910: Add regulator info for RTC rail
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 18 Jan 2012 15:16:56 +0000 (20:46 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Jan 2012 12:01:36 +0000 (12:01 +0000)
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>
drivers/regulator/tps65910-regulator.c

index 5c15ba01e9c729bb6139b9d14fb52cb38f5337e8..67424185b365d9f22a7dad9439e1c88a05651e69 100644 (file)
@@ -174,6 +174,9 @@ static struct tps_info tps65910_regs[] = {
 };
 
 static struct tps_info tps65911_regs[] = {
+       {
+               .name = "VRTC",
+       },
        {
                .name = "VIO",
                .min_uV = 1500000,
This page took 0.040342 seconds and 5 git commands to generate.