diff options
| author | Markus Pargmann <mpa@pengutronix.de> | 2013-12-20 06:43:27 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-12-21 09:49:19 -0500 |
| commit | 03746dcbde75fc2b0ee8a9d65e3fb3efee8deb4a (patch) | |
| tree | d2e3c19951753e58df2d6e93d5ce26ab28999a8a /include | |
| parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
regulator: tps65910: Add backup battery regulator
tps65910 has a backup battery charger with a configurable voltage. This
patch adds a regulator for the backup battery.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mfd/tps65910.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h index 20e433e551e3..1adeee186194 100644 --- a/include/linux/mfd/tps65910.h +++ b/include/linux/mfd/tps65910.h | |||
| @@ -833,6 +833,7 @@ | |||
| 833 | #define TPS65910_REG_VAUX2 10 | 833 | #define TPS65910_REG_VAUX2 10 |
| 834 | #define TPS65910_REG_VAUX33 11 | 834 | #define TPS65910_REG_VAUX33 11 |
| 835 | #define TPS65910_REG_VMMC 12 | 835 | #define TPS65910_REG_VMMC 12 |
| 836 | #define TPS65910_REG_VBB 13 | ||
| 836 | 837 | ||
| 837 | #define TPS65911_REG_VDDCTRL 4 | 838 | #define TPS65911_REG_VDDCTRL 4 |
| 838 | #define TPS65911_REG_LDO1 5 | 839 | #define TPS65911_REG_LDO1 5 |
| @@ -845,7 +846,7 @@ | |||
| 845 | #define TPS65911_REG_LDO8 12 | 846 | #define TPS65911_REG_LDO8 12 |
| 846 | 847 | ||
| 847 | /* Max number of TPS65910/11 regulators */ | 848 | /* Max number of TPS65910/11 regulators */ |
| 848 | #define TPS65910_NUM_REGS 13 | 849 | #define TPS65910_NUM_REGS 14 |
| 849 | 850 | ||
| 850 | /* External sleep controls through EN1/EN2/EN3/SLEEP inputs */ | 851 | /* External sleep controls through EN1/EN2/EN3/SLEEP inputs */ |
| 851 | #define TPS65910_SLEEP_CONTROL_EXT_INPUT_EN1 0x1 | 852 | #define TPS65910_SLEEP_CONTROL_EXT_INPUT_EN1 0x1 |
