summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAntti P Miettinen <amiettinen@nvidia.com>2013-10-08 14:17:57 +0300
committerGabby Lee <galee@nvidia.com>2014-01-13 04:04:56 -0800
commit86920eac1238bc2cbad6dc5cec1c93383558d4d4 (patch)
treeab325fdf13d17af611368179a9b14c633a3bbf1e /arch
parent698b87f10e65db8f5d0c1466da5cf9403824c98f (diff)
ARM: tegra11: add INT_RTC as a wakeup source
Required for suspend_sanity test. Change-Id: I6a4e24ad7a65e4e8b8c49ca4854e1c06933e218c Signed-off-by: Antti P Miettinen <amiettinen@nvidia.com> Reviewed-on: http://git-master/r/289201 (cherry picked from commit c7a04b51ad17196ab8cfc49e90c3c60a37aa6461) Reviewed-on: http://git-master/r/353768 GVS: Gerrit_Virtual_Submit Reviewed-by: Gabby Lee <galee@nvidia.com> Tested-by: Gabby Lee <galee@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/wakeups-t11x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/wakeups-t11x.c b/arch/arm/mach-tegra/wakeups-t11x.c
index 4a19a0c3af5d..bf929d36d2ea 100644
--- a/arch/arm/mach-tegra/wakeups-t11x.c
+++ b/arch/arm/mach-tegra/wakeups-t11x.c
@@ -116,7 +116,7 @@ static int tegra_wake_event_irq[] = {
-EINVAL, /* SDMMC1 DAT1 */ /* wake13 */
-EAGAIN, /* wake14 */
INT_EDP, /* wake15 */
- -EINVAL, /* Tegra RTC */ /* wake16 */
+ INT_RTC, /* Tegra RTC */ /* wake16 */
INT_KBC, /* Tegra KBC */ /* wake17 */
INT_EXTERNAL_PMU, /* wake18 */
INT_USB, /* wake19 */