aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/mux.h
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-12-17 07:59:32 -0500
committerKevin Hilman <khilman@deeprootsystems.com>2010-02-04 16:29:56 -0500
commit044ca01521d077a35b46a445b02b93f413109a4b (patch)
tree0db27839f84fd697c7cb4256a700c9b4748106da /arch/arm/mach-davinci/include/mach/mux.h
parentefc1bb8a6fd56f6df5b797dff5156c935175c319 (diff)
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.h1
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 b60c693985ff..137bfba51d1f 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 {
899 DA850_GPIO2_15, 899 DA850_GPIO2_15,
900 DA850_GPIO4_0, 900 DA850_GPIO4_0,
901 DA850_GPIO4_1, 901 DA850_GPIO4_1,
902 DA850_RTC_ALARM,
902}; 903};
903 904
904#ifdef CONFIG_DAVINCI_MUX 905#ifdef CONFIG_DAVINCI_MUX