aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps65218.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index f069c518c0ed..c204d9a79436 100644
--- a/include/linux/mfd/tps65218.h
+++ b/include/linux/mfd/tps65218.h
@@ -205,10 +205,10 @@ enum tps65218_regulator_id {
205 TPS65218_DCDC_4, 205 TPS65218_DCDC_4,
206 TPS65218_DCDC_5, 206 TPS65218_DCDC_5,
207 TPS65218_DCDC_6, 207 TPS65218_DCDC_6,
208 /* LS's */
209 TPS65218_LS_3,
210 /* LDOs */ 208 /* LDOs */
211 TPS65218_LDO_1, 209 TPS65218_LDO_1,
210 /* LS's */
211 TPS65218_LS_3,
212}; 212};
213 213
214#define TPS65218_MAX_REG_ID TPS65218_LDO_1 214#define TPS65218_MAX_REG_ID TPS65218_LDO_1