From: Axel Lin Date: Tue, 2 Apr 2013 12:24:23 +0000 (+0100) Subject: regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT X-Git-Tag: v3.12-rc1~994^2~25^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca45e9e2fe90c496f238d87c3f27e294e99399a;p=kernel%2Fkernel-generic.git regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT This is required for regulator_list_voltage_table() to properly work. Signed-off-by: Axel Lin Signed-off-by: Lee Jones Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index d851c84..a8552a5 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,