diff options
-rw-r--r-- | drivers/regulator/ab8500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index d851c84bfa8c..a8552a582ae7 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -1662,6 +1662,7 @@ static struct ab8500_regulator_info .id = AB8540_LDO_TVOUT, .owner = THIS_MODULE, .n_voltages = 1, + .volt_table = fixed_2000000_voltage, .enable_time = 10000, }, .load_lp_uA = 1000, |