[PATCH] reset: Add Sunplus SP7021 reset driver

Randy Dunlap rdunlap at infradead.org
Fri Oct 22 16:01:46 PDT 2021


On 10/22/21 2:11 AM, qinjian wrote:
> Add reset driver for Sunplus SP7021 SoC.
> 
> Signed-off-by: qinjian <qinjian at cqplus1.com>
> ---
>   MAINTAINERS                   |   1 +
>   drivers/reset/Kconfig         |   9 ++
>   drivers/reset/Makefile        |   1 +
>   drivers/reset/reset-sunplus.c | 159 ++++++++++++++++++++++++++++++++++
>   4 files changed, 170 insertions(+)
>   create mode 100644 drivers/reset/reset-sunplus.c
> 

Hi,

> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index be799a5ab..3e2e49998 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -249,6 +249,15 @@ config RESET_TI_SYSCON
>   	  you wish to use the reset framework for such memory-mapped devices,
>   	  say Y here. Otherwise, say N.
>   
> +config RESET_SUNPLUS
> +	bool "Sunplus SoCs Reset Driver"
> +	default SOC_SP7021 || SOC_Q645
> +	help
> +	  This enables the reset driver support for Sunplus SP7021 and Q645
> +	  SoC family. Say Y if you want to control reset signals by the reset
> +	  controller. Otherwise, say N.
> +	  This will be enabled by default.

What does that last sentence mean?

thanks.
-- 
~Randy



More information about the linux-arm-kernel mailing list