diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-12-17 18:29:32 +0530 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-02-04 13:29:56 -0800 |
commit | 044ca01521d077a35b46a445b02b93f413109a4b (patch) | |
tree | 0db27839f84fd697c7cb4256a700c9b4748106da /arch/arm/mach-davinci/include/mach/mux.h | |
parent | efc1bb8a6fd56f6df5b797dff5156c935175c319 (diff) | |
download | op-kernel-dev-044ca01521d077a35b46a445b02b93f413109a4b.zip op-kernel-dev-044ca01521d077a35b46a445b02b93f413109a4b.tar.gz |
davinci: da850/omap-l138: add support for SoC suspend
This patch adds support for registering for suspend-to-RAM
functionality on da850/omap-l138 SoCs.
da850 supports wakeup based on external event and RTC
alarm.
Currently only RTC alarm based wakeup is supported.
Support for wakeup based on external event will be
added as later improvements.
For scheduling an alarm event on RTC some useful code
is present in Documentation/rtc.txt
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index b60c693..137bfba 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h @@ -899,6 +899,7 @@ enum davinci_da850_index { DA850_GPIO2_15, DA850_GPIO4_0, DA850_GPIO4_1, + DA850_RTC_ALARM, }; #ifdef CONFIG_DAVINCI_MUX |