Skip to content

Commit 41df5d7

Browse files
Zelong DongpH5
authored andcommitted
reset: reset-meson: add support for Amlogic C3 SoC Reset Controller
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@amlogic.com> Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230914064018.18790-3-zelong.dong@amlogic.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 0c0ea61 commit 41df5d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/reset/reset-meson.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ static const struct of_device_id meson_reset_dt_ids[] = {
108108
{ .compatible = "amlogic,meson-axg-reset", .data = &meson8b_param},
109109
{ .compatible = "amlogic,meson-a1-reset", .data = &meson_a1_param},
110110
{ .compatible = "amlogic,meson-s4-reset", .data = &meson_s4_param},
111+
{ .compatible = "amlogic,c3-reset", .data = &meson_s4_param},
111112
{ /* sentinel */ },
112113
};
113114
MODULE_DEVICE_TABLE(of, meson_reset_dt_ids);

0 commit comments

Comments
 (0)