UPSTREAM-PEND: drivers: watchdog: wdt_ti_rti: Add rti-mode property for reset or NMI#32
Merged
soumya-TI merged 4 commits intoApr 15, 2026
Conversation
added 4 commits
April 14, 2026 12:30
PR: 105913 Currently all boards use the driver which only configures NMI mode for a window violation. With this change: - If interrupts are present in the DT, hardware is NMI capable - If reset-capable property is true, hardware can generate a reset By this we can define the capabilities of the hardware based on which the driver can configure NMI or Reset mode. The existing nodes in the boards which support NMI will not be affected since all of them provide IRQ numbers. Signed-off-by: Sunil Hegde <s-hegde3@ti.com>
PR: 105913 If DT has IRQ defined, the board supports NMI mode, if reset-capable property is set then the board can support reset as well. Based on these DT properties and the flags passed by the application, NMI mode or Reset mode can be set. Signed-off-by: Sunil Hegde <s-hegde3@ti.com>
PR: 105913 - Add scmi clocks for both RTI0 and RTI1 nodes. - Add reset-capable property so that the driver can configure reset mode supported by AM62L boards. Signed-off-by: Sunil Hegde <s-hegde3@ti.com>
PR: 105913 Set status for watchdog node and also add an alias for watchdog. Signed-off-by: Sunil Hegde <s-hegde3@ti.com>
Sunil-Hegde
force-pushed
the
am62l-watchdog-downstream
branch
from
April 14, 2026 07:01
6da3cb0 to
8e91c37
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
reset-capableproperty to the bindings if the SoC has support for reset on violationmain_rti0in the board DT.Tested on AM62L_EVM