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

Commit ed3c138e authored by Lee Jones's avatar Lee Jones Committed by Mark Brown
Browse files

regulator: ab8500: Correct TVOUT regulator enable time



Update TVOUT regulator to match specification.

Was 10ms - changed to 500us.

Signed-off-by: default avatarJonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarBengt JONSSON <bengt.g.jonsson@stericsson.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 8e6a8d7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -490,7 +490,7 @@ static struct ab8500_regulator_info
			.owner		= THIS_MODULE,
			.owner		= THIS_MODULE,
			.n_voltages	= 1,
			.n_voltages	= 1,
			.min_uV		= 2000000,
			.min_uV		= 2000000,
			.enable_time	= 10000,
			.enable_time	= 500,
		},
		},
		.load_lp_uA		= 1000,
		.load_lp_uA		= 1000,
		.update_bank		= 0x03,
		.update_bank		= 0x03,