diff options
author | Xinyu Chen <xinyu.chen@freescale.com> | 2010-12-08 15:55:43 +0800 |
---|---|---|
committer | Alan Tull <alan.tull@freescale.com> | 2011-02-03 16:33:15 -0600 |
commit | c54828551641ce33e88c934869f81097d2b3b306 (patch) | |
tree | 8013846de71306924305a7088f4d7f109bfdfc5b /include | |
parent | c1f86749c4d16aa3c982d9b28dd73f8e5eccb14d (diff) |
ENGR00136097-1 pmic mc13892: Add PWRON3 power event support
Enable the PWRON3 event in mc13892.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pmic_external.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pmic_external.h b/include/linux/pmic_external.h index b632eafac624..23aa37e1bfa2 100644 --- a/include/linux/pmic_external.h +++ b/include/linux/pmic_external.h @@ -215,6 +215,7 @@ typedef enum { EVENT_CKDETI = 22, EVENT_1HZI = 24, EVENT_TODAI = 25, + EVENT_PWRON3I = 26, EVENT_PWRONI = 27, EVENT_WDIRESETI = 29, EVENT_SYSRSTI = 30, |