From: Laxman Dewangan Date: Wed, 18 Jan 2012 15:16:56 +0000 (+0530) Subject: regulator: tps65910: Add regulator info for RTC rail X-Git-Tag: v3.4-rc1~168^2~4^2~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c2f8efd7641b1b10b73ffa6f216a45209a5705dd;p=~emulex%2Finfiniband.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 5c15ba01e9c..67424185b36 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -174,6 +174,9 @@ static struct tps_info tps65910_regs[] = { }; static struct tps_info tps65911_regs[] = { + { + .name = "VRTC", + }, { .name = "VIO", .min_uV = 1500000,