summaryrefslogtreecommitdiff
path: root/power/rk3399.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/rk3399.c')
-rw-r--r--power/rk3399.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/power/rk3399.c b/power/rk3399.c
index 1b7978d22b..6ffdd7bec1 100644
--- a/power/rk3399.c
+++ b/power/rk3399.c
@@ -60,6 +60,9 @@ void chipset_force_shutdown(void)
void chipset_reset(int cold_reset)
{
+ /* Print out the RTC to help correlate resets in logs. */
+ print_system_rtc(CC_CHIPSET);
+
/* TODO: handle cold_reset */
CPRINTS("%s(%d)", __func__, cold_reset);