[PATCH v4 2/3] reset: cix: add support for cix sky1 resets
Philipp Zabel
p.zabel at pengutronix.de
Wed Jan 28 03:27:21 PST 2026
On Mi, 2026-01-28 at 17:36 +0800, Gary Yang wrote:
> There are two reset controllers on Cix Sky1 Soc.
> One is located in S0 domain, and the other is located
> in S0 and S5 domain.
>
> Signed-off-by: Gary Yang <gary.yang at cixtech.com>
> Link: https://lore.kernel.org/r/20251124063235.952136-3-gary.yang@cixtech.com
> Signed-off-by: Peter Chen <peter.chen at cixtech.com>
> ---
> drivers/reset/Kconfig | 7 +
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-sky1.c | 376 +++++++++++++++++++++++++++++++++++++
> 3 files changed, 384 insertions(+)
> create mode 100644 drivers/reset/reset-sky1.c
>
[...]
> diff --git a/drivers/reset/reset-sky1.c b/drivers/reset/reset-sky1.c
> new file mode 100644
> index 000000000000..92e34b48f041
> --- /dev/null
> +++ b/drivers/reset/reset-sky1.c
> @@ -0,0 +1,376 @@
[...]
> +static const struct regmap_config sky1_src_config[] = {
> + {
> + .reg_bits = 32,
> + .val_bits = 32,
> + .reg_stride = 4,
> + .name = "src",
> + },
> +};
This looks unused.
regards
Philipp
More information about the linux-arm-kernel
mailing list