diff options
| author | Jett.Zhou <jtzhou@marvell.com> | 2012-02-27 09:44:20 -0500 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-06 12:46:49 -0500 |
| commit | 2853378b6eafd8b9e2f0e39ab599c93ce518b04d (patch) | |
| tree | 2e92700fe3714e3b919cbd920709fcbc4fb8aed8 /include/linux/mfd | |
| parent | b8b8d7932bb83300d0ae6553e320ab1aecb37990 (diff) | |
mfd: Add ability to wake the system for 88pm860x
For 88pm860x pmic, it can wake the system from low power mode by irq,
its sub-devs like RTC and onkey can be enabled for this usage.
Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/88pm860x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/88pm860x.h b/include/linux/mfd/88pm860x.h index 92be3476c9f5..8b583f3f7926 100644 --- a/include/linux/mfd/88pm860x.h +++ b/include/linux/mfd/88pm860x.h | |||
| @@ -311,6 +311,7 @@ struct pm860x_chip { | |||
| 311 | int core_irq; | 311 | int core_irq; |
| 312 | unsigned char chip_version; | 312 | unsigned char chip_version; |
| 313 | 313 | ||
| 314 | unsigned int wakeup_flag; | ||
| 314 | }; | 315 | }; |
| 315 | 316 | ||
| 316 | enum { | 317 | enum { |
