[PATCH v18 03/10] reset: Add Sunplus SP7021 reset driver

Randy Dunlap rdunlap at infradead.org
Tue Jun 14 07:50:42 PDT 2022



On 6/14/22 01:31, Qin Jian wrote:
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index b496028b6..e6540036b 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -231,6 +231,15 @@ config RESET_STARFIVE_JH7100
>  	help
>  	  This enables the reset controller driver for the StarFive JH7100 SoC.
>  
> +config RESET_SUNPLUS
> +	bool "Sunplus SoCs Reset Driver" if COMPILE_TEST
> +	default ARCH_SUNPLUS
> +	help
> +	  This enables the reset driver support for Sunplus SoCs.
> +	  The reset lines that can be asserted and deasserted by toggling bits
> +	  in a contiguous, exclusive register space. The register is HIWORD_MASKED,
> +	  which means each register hold 16 reset lines.

	                            holds

-- 
~Randy



More information about the linux-arm-kernel mailing list