[0/2] Declare and enable watchdog on stm32mp25

Message ID 20230922081055.6242-1-alexandre.torgue@foss.st.com
Headers
Series Declare and enable watchdog on stm32mp25 |

Message

Alexandre TORGUE Sept. 22, 2023, 8:10 a.m. UTC
  Secure ARM watchdog is used on stm32mp25 relying on SMC to configure
and kick the watchdog. It is set to 32 seconds on stm32mp257f-ev1
board.

Regards
Alex

Alexandre Torgue (2):
  arm64: dts: st: add arm-wdt node for watchdog support on stm32mp251
  arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1

 arch/arm64/boot/dts/st/stm32mp251.dtsi     | 6 ++++++
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 5 +++++
 2 files changed, 11 insertions(+)
  

Comments

Alexandre TORGUE Sept. 29, 2023, 7:02 a.m. UTC | #1
On 9/22/23 10:10, Alexandre Torgue wrote:
> Secure ARM watchdog is used on stm32mp25 relying on SMC to configure
> and kick the watchdog. It is set to 32 seconds on stm32mp257f-ev1
> board.
> 
> Regards
> Alex
> 
> Alexandre Torgue (2):
>    arm64: dts: st: add arm-wdt node for watchdog support on stm32mp251
>    arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1
> 
>   arch/arm64/boot/dts/st/stm32mp251.dtsi     | 6 ++++++
>   arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 5 +++++
>   2 files changed, 11 insertions(+)
> 
Series applied on stm32-next.

Regards
Alex