summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-08-01 14:48:59 +0530
committerSimone Willett <swillett@nvidia.com>2012-08-02 18:03:14 -0700
commit31574b0134cfc3b05ba4107ba359d06e6839412a (patch)
tree2d069ffbab345e2f10c381b2785382c48b8c0dc3 /include
parentd88c5cce18adf50d472508e38fced959b845e7d8 (diff)
regulator: tps80031: support for external regulator
TPS80031 supports the three external regulator named as REGEN1, REGEN2 and SYSEN. Supports these regulator through regulator driver. Change-Id: I6c22aab13499a66ab8b4c68e8a5833553222decd Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/119977
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/tps80031-regulator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/tps80031-regulator.h b/include/linux/regulator/tps80031-regulator.h
index 97fdf34c1b6e..f51fd24feff8 100644
--- a/include/linux/regulator/tps80031-regulator.h
+++ b/include/linux/regulator/tps80031-regulator.h
@@ -45,6 +45,9 @@ enum {
TPS80031_REGULATOR_LDOLN,
TPS80031_REGULATOR_LDOUSB,
TPS80031_REGULATOR_VBUS,
+ TPS80031_REGULATOR_REGEN1,
+ TPS80031_REGULATOR_REGEN2,
+ TPS80031_REGULATOR_SYSEN,
TPS80031_REGULATOR_CHARGER,
};