sysreset: Add TI System Control Interface (TI SCI) sysreset driverDevices from the TI K3 family of SoCs like the AM654x contain a DeviceManagement and Security Controller (SYSFW) that manages the
sysreset: Add TI System Control Interface (TI SCI) sysreset driverDevices from the TI K3 family of SoCs like the AM654x contain a DeviceManagement and Security Controller (SYSFW) that manages the low-leveldevice control (like clocks, resets etc) for the various hardwaremodules present on the SoC. These device control operations are providedto the host processor OS through a communication protocol called the TISystem Control Interface (TI SCI) protocol.This patch adds a system reset driver that communicates to the systemcontroller over the TI SCI protocol for allowing to perform a system-wide SoC reset.Reviewed-by: Tom Rini <trini@konsulko.com>Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
show more ...