[PATCH v4 2/3] reset: reset-meson: add support for Amlogic C3 SoC Reset Controller
Neil Armstrong
neil.armstrong at linaro.org
Thu Sep 14 01:28:07 PDT 2023
On 14/09/2023 08:40, zelong dong wrote:
> From: Zelong Dong <zelong.dong at amlogic.com>
>
> Add a new compatible string to support for the reset controller
> on the C3 SoC. The count and offset for C3 Soc RESET registers are
> same as S4 Soc.
>
> Signed-off-by: Zelong Dong <zelong.dong at amlogic.com>
> Reviewed-by: Dmitry Rokosov <ddrokosov at sberdevices.ru>
> Reviewed-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
> ---
> drivers/reset/reset-meson.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c
> index a7af051b17fb..f78be97898bc 100644
> --- a/drivers/reset/reset-meson.c
> +++ b/drivers/reset/reset-meson.c
> @@ -108,6 +108,7 @@ static const struct of_device_id meson_reset_dt_ids[] = {
> { .compatible = "amlogic,meson-axg-reset", .data = &meson8b_param},
> { .compatible = "amlogic,meson-a1-reset", .data = &meson_a1_param},
> { .compatible = "amlogic,meson-s4-reset", .data = &meson_s4_param},
> + { .compatible = "amlogic,c3-reset", .data = &meson_s4_param},
> { /* sentinel */ },
> };
> MODULE_DEVICE_TABLE(of, meson_reset_dt_ids);
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the linux-amlogic
mailing list