Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: twl4030 VAUX3 supports 3.0V

TWL4030 and TWL5030 support 3.0V on VAUX3.

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>

authored by

Adrian Hunter and committed by
Liam Girdwood
d6bb69cf ca725561

+4 -1
+4 -1
drivers/regulator/twl4030-regulator.c
··· 193 193 * 194 194 * VSEL values documented as "TI cannot support these values" are flagged 195 195 * in these tables as UNSUP() values; we normally won't assign them. 196 + * 197 + * VAUX3 at 3V is incorrectly listed in some TI manuals as unsupported. 198 + * TI are revising the twl5030/tps659x0 specs to support that 3.0V setting. 196 199 */ 197 200 #ifdef CONFIG_TWL4030_ALLOW_UNSUPPORTED 198 201 #define UNSUP_MASK 0x0000 ··· 226 223 }; 227 224 static const u16 VAUX3_VSEL_table[] = { 228 225 1500, 1800, 2500, 2800, 229 - UNSUP(3000), UNSUP(3000), UNSUP(3000), UNSUP(3000), 226 + 3000, 3000, 3000, 3000, 230 227 }; 231 228 static const u16 VAUX4_VSEL_table[] = { 232 229 700, 1000, 1200, UNSUP(1300),