diff --git a/common/reset_source.c b/common/reset_source.c index 6026af1..946670b 100644 --- a/common/reset_source.c +++ b/common/reset_source.c @@ -25,6 +25,7 @@ [RESET_WDG] = "WDG", [RESET_WKE] = "WKE", [RESET_JTAG] = "JTAG", + [RESET_THERM] = "THERM", }; static enum reset_src_type reset_source; diff --git a/include/reset_source.h b/include/reset_source.h index bff7f97..6620228 100644 --- a/include/reset_source.h +++ b/include/reset_source.h @@ -20,6 +20,7 @@ RESET_WDG, /* watchdog */ RESET_WKE, /* wake-up (some SoCs can handle this) */ RESET_JTAG, /* JTAG reset */ + RESET_THERM, /* SoC shut down because of overtemperature */ }; #ifdef CONFIG_RESET_SOURCE