Skip to content
Commit 8c8ff398 authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon
Browse files

firmware: ti_sci: Unconditionally register reset handler



There was once a limitation that there could only be one system
reset handler. Due to that we only would register this handler
when a non-standard device tree property was found, else we left
the default handler in place (usually PSCI). Now that we can
have multiple handlers, and TI-SCI reset is always available
in the firmware, register this handler unconditionally.

This priority is left at the default so higher priority handlers
(like PSCI) are still attempted first.

Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Reviewed-by: default avatarMarkus Schneider-Pargmann <msp@baylibre.com>
Link: https://lore.kernel.org/r/20240326223730.54639-3-afd@ti.com
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent c0e5a431
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment