Merge tag 'hwmon-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[sfrench/cifs-2.6.git] / include / linux / mfd / tps65218.h
index c204d9a79436f324523f8b3d21c65fce37bc359b..45cdcd0fee535b973d696943ae29e15f96494dda 100644 (file)
@@ -208,6 +208,7 @@ enum tps65218_regulator_id {
        /* LDOs */
        TPS65218_LDO_1,
        /* LS's */
+       TPS65218_LS_2,
        TPS65218_LS_3,
 };
 
@@ -218,7 +219,7 @@ enum tps65218_regulator_id {
 /* Number of LDO voltage regulators available */
 #define TPS65218_NUM_LDO               1
 /* Number of total LS current regulators available */
-#define TPS65218_NUM_LS                        1
+#define TPS65218_NUM_LS                        2
 /* Number of total regulators available */
 #define TPS65218_NUM_REGULATOR         (TPS65218_NUM_DCDC + TPS65218_NUM_LDO \
                                         + TPS65218_NUM_LS)