reset: airoha: Add driver for controlling reset line of AN7581
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 14 Mar 2025 18:59:23 +0000 (19:59 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 1 Apr 2025 14:44:51 +0000 (08:44 -0600)
commitb02b8b767624a859a2776c11822119392702bbab
tree7a15fd4ae1fd7b2c70056c3a040e3885f0927c70
parentd0b81afb5ec9d2d8a3f11bfc827f2f24c32d47ec
reset: airoha: Add driver for controlling reset line of AN7581

Add driver for controlling the reset lines of AN7581. This is a detached
version of the clock controller driver present in Linux only used to
control reset lines. Driver gets loaded with the bind of the clock
driver and doesn't require a compatible. This is needed as they share
the same registers.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/clk/airoha/clk-airoha.c
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-airoha.c [new file with mode: 0644]