reset: thead: Add TH1520 reset controller driver
authorMichal Wilczynski <m.wilczynski@samsung.com>
Mon, 3 Mar 2025 15:25:11 +0000 (16:25 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 7 Apr 2025 08:19:27 +0000 (10:19 +0200)
commit4a65326311aba694faafcef9e3c0ef7ae1b722e6
treef2ff38afbf52e79b294a3f69e208f182547bfb26
parent30e7573babdcd46542364a2505d34112e62d5a22
reset: thead: Add TH1520 reset controller driver

Add reset controller driver for the T-HEAD TH1520 SoC that manages
hardware reset lines for various subsystems. The driver currently
implements support for GPU reset control, with infrastructure in place
to extend support for NPU and Watchdog Timer resets in future updates.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
Link: https://lore.kernel.org/r/20250303152511.494405-3-m.wilczynski@samsung.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
MAINTAINERS
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-th1520.c [new file with mode: 0644]