diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-10-09 15:19:01 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-17 22:21:20 +0900 |
commit | 3a81ef8c27cea5c749a45765da4e06a7af75be2b (patch) | |
tree | 0ddbfdf2cea954ee1e35941eb82722cb1a0bf83c /include/linux/mfd/tps65090.h | |
parent | 8620ca9f77b71a0069a6151e859b988117ef1fa5 (diff) | |
download | talos-obmc-linux-3a81ef8c27cea5c749a45765da4e06a7af75be2b.tar.gz talos-obmc-linux-3a81ef8c27cea5c749a45765da4e06a7af75be2b.zip |
regulator: tps65090: Add support for LDO regulators
TPS65090 supports the two LDOs, LDO1 and LDO2. These are
always ON regulators. The output on these LDOs are available
once the input voltage available for these LDOs.
Add support for these LDOs regulators.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/tps65090.h')
-rw-r--r-- | include/linux/mfd/tps65090.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65090.h b/include/linux/mfd/tps65090.h index 958bf155097c..598921221ff0 100644 --- a/include/linux/mfd/tps65090.h +++ b/include/linux/mfd/tps65090.h @@ -36,6 +36,8 @@ enum { TPS65090_REGULATOR_FET5, TPS65090_REGULATOR_FET6, TPS65090_REGULATOR_FET7, + TPS65090_REGULATOR_LDO1, + TPS65090_REGULATOR_LDO2, /* Last entry for maximum ID */ TPS65090_REGULATOR_MAX, |