aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorFabio Baltieri <fabio.baltieri@linaro.org>2013-01-18 06:40:11 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-13 18:22:53 -0500
commit98c60a0d3afc8f68e6e4b85b93df14e238fec3cb (patch)
tree54791750ceee4d1844c99af8fb2472fec71f973b /include/linux/mfd
parent01560f6bb958b821ceec98590a7147d610a62625 (diff)
mfd: dbx500-prcmu: Add watchdog ID definitions
Add definition of watchdog IDs to be used by ux500_wdt driver. Acked-by: Lee Jones <lee.jones@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/dbx500-prcmu.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h
index c202d6c4d879..c6e0608a21b5 100644
--- a/include/linux/mfd/dbx500-prcmu.h
+++ b/include/linux/mfd/dbx500-prcmu.h
@@ -147,6 +147,18 @@ enum prcmu_clock {
147}; 147};
148 148
149/** 149/**
150 * enum prcmu_wdog_id - PRCMU watchdog IDs
151 * @PRCMU_WDOG_ALL: use all timers
152 * @PRCMU_WDOG_CPU1: use first CPU timer only
153 * @PRCMU_WDOG_CPU2: use second CPU timer conly
154 */
155enum prcmu_wdog_id {
156 PRCMU_WDOG_ALL = 0x00,
157 PRCMU_WDOG_CPU1 = 0x01,
158 PRCMU_WDOG_CPU2 = 0x02,
159};
160
161/**
150 * enum ape_opp - APE OPP states definition 162 * enum ape_opp - APE OPP states definition
151 * @APE_OPP_INIT: 163 * @APE_OPP_INIT:
152 * @APE_NO_CHANGE: The APE operating point is unchanged 164 * @APE_NO_CHANGE: The APE operating point is unchanged