forked from OP-TEE/optee_os
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: stm32_iwdg: add get_timeleft watchdog handler
Implement .get_timeleft() watchdog operation handler for non-secure world to query the watchdog device state. System time is logged a each watchdog refresh to estimate time remaining before the watchdog elapses. This change declare arm_cntpct_time_source and unpaged for stm32mp15 platform compliance. Change-Id: I15e283fa0fa8904b8a22da15283a9ca94639599e Signed-off-by: Antonio Borneo <[email protected]> Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information
1 parent
661a146
commit db73e79
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters