diff options
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
-rw-r--r-- | 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 5c15ba01e9c7..67424185b365 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, |