summaryrefslogtreecommitdiffstats
path: root/board/goldelico/gta04/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/goldelico/gta04/shutdown.c')
-rw-r--r--board/goldelico/gta04/shutdown.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/goldelico/gta04/shutdown.c b/board/goldelico/gta04/shutdown.c
index 8e474f4..1ebe661 100644
--- a/board/goldelico/gta04/shutdown.c
+++ b/board/goldelico/gta04/shutdown.c
@@ -55,3 +55,9 @@ void shutdown(void)
// CHECKME: do we have to write PM_MASTER_P2 and _P3?
}
+void suspend(void)
+{
+ // enable the AUX button interrupt for Wakeup
+ // suspend (sleep) the CPU
+ // the TPS should remain powered on
+}