diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2011-07-08 17:40:37 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:47:38 -0800 |
commit | 8f73df9739e51fa1f236c34fa41a9a1440f87884 (patch) | |
tree | 70a0505bb1d467344dfe1a0eb72914ca16898743 /include/linux/mfd/tps80031.h | |
parent | 92069873b08173e6dba9611e0a74df07159c4064 (diff) |
arm: enterprise: Clean some of tps80031 definition
Adding public definition in the 80031 header so that client
can used directly in place of defining at client level.
Original-Change-Id: Ifb64e0ffc83bc29c470d08a49d0915613a677537
Reviewed-on: http://git-master/r/40208
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Rebase-Id: R981610616a78797050538c2a4eb5160ea11384c8
Diffstat (limited to 'include/linux/mfd/tps80031.h')
-rw-r--r-- | include/linux/mfd/tps80031.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index f6435611580b..120a77aca899 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -86,7 +86,16 @@ enum { TPS80031_INT_LINCH_GATED, /* Last interrupt id to get the end number */ - TPS80031_INT_END, + TPS80031_INT_NR, +}; + +enum TPS80031_GPIO { + TPS80031_GPIO_REGEN1, + TPS80031_GPIO_REGEN2, + TPS80031_GPIO_SYSEN, + + /* Last entry */ + TPS80031_GPIO_NR, }; enum { |