Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aca45e9e authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d7816ab0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1662,6 +1662,7 @@ static struct ab8500_regulator_info
			.id		= AB8540_LDO_TVOUT,
			.id		= AB8540_LDO_TVOUT,
			.owner		= THIS_MODULE,
			.owner		= THIS_MODULE,
			.n_voltages	= 1,
			.n_voltages	= 1,
			.volt_table     = fixed_2000000_voltage,
			.enable_time	= 10000,
			.enable_time	= 10000,
		},
		},
		.load_lp_uA		= 1000,
		.load_lp_uA		= 1000,