[PATCH 0/2] Add reaction control in rti

Judith Mendez posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
.../bindings/watchdog/ti,rti-wdt.yaml         |  1 +
drivers/watchdog/rti_wdt.c                    | 31 ++++++++++++++++---
2 files changed, 28 insertions(+), 4 deletions(-)
[PATCH 0/2] Add reaction control in rti
Posted by Judith Mendez 3 months, 2 weeks ago
This allows for reaction control in rti driver. Since AM62L SoC [0]
does not have WWD reset output routed to a ESM module like all other
K3 SoC's and has a reset signal routed to the reset HW block, add a new
compatible for AM62L and configure reset reaction for AM62L SoC instead
of NMI.

This patch has been tested on AM62L EVM [1].

[0] https://www.ti.com/product/AM62L
[1] https://www.ti.com/tool/TMDS62LEVM

Judith Mendez (2):
  dt-bindings: watchdog: ti,rti-wdt: Add ti,am62l-rti-wdt compatible
  watchdog: rti_wdt: Add reaction control to rti

 .../bindings/watchdog/ti,rti-wdt.yaml         |  1 +
 drivers/watchdog/rti_wdt.c                    | 31 ++++++++++++++++---
 2 files changed, 28 insertions(+), 4 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Add reaction control in rti
Posted by Judith Mendez 3 months, 2 weeks ago
Hi all,

On 6/24/25 2:45 PM, Judith Mendez wrote:
> This allows for reaction control in rti driver. Since AM62L SoC [0]
> does not have WWD reset output routed to a ESM module like all other
> K3 SoC's and has a reset signal routed to the reset HW block, add a new
> compatible for AM62L and configure reset reaction for AM62L SoC instead
> of NMI.

Please ignore these patches. I will resend with a Tero's correct email
address, sorry for the noise.

~ Judith