summaryrefslogtreecommitdiff
path: root/chip/ish/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/clock.c')
-rw-r--r--chip/ish/clock.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/chip/ish/clock.c b/chip/ish/clock.c
index ba0a750044..0be9e3c231 100644
--- a/chip/ish/clock.c
+++ b/chip/ish/clock.c
@@ -18,3 +18,16 @@ void clock_init(void)
{
/* No initialization for ISH clock since D0ix is not enabled yet */
}
+
+#ifdef CONFIG_LOW_POWER_IDLE
+
+void clock_refresh_console_in_use(void)
+{
+ /**
+ * TODO nothing need to do at current, on ISH, uart interrupt can
+ * wakeup ISH from low power state, will understand this function more
+ * to see if need anything to handle in ISH
+ */
+}
+
+#endif