···193193 *194194 * VSEL values documented as "TI cannot support these values" are flagged195195 * in these tables as UNSUP() values; we normally won't assign them.196196+ *197197+ * VAUX3 at 3V is incorrectly listed in some TI manuals as unsupported.198198+ * TI are revising the twl5030/tps659x0 specs to support that 3.0V setting.196199 */197200#ifdef CONFIG_TWL4030_ALLOW_UNSUPPORTED198201#define UNSUP_MASK 0x0000···226223};227224static const u16 VAUX3_VSEL_table[] = {228225 1500, 1800, 2500, 2800,229229- UNSUP(3000), UNSUP(3000), UNSUP(3000), UNSUP(3000),226226+ 3000, 3000, 3000, 3000,230227};231228static const u16 VAUX4_VSEL_table[] = {232229 700, 1000, 1200, UNSUP(1300),