From: Zelong Dong <zelong.dong@xxxxxxxxxxx> This patchset adds Reset controller driver support for Amlogic C3 SoC. The RESET registers count and offset for C3 Soc are same as S4 Soc. Changes since v1: - remove Change-ID - run scripts/checkpatch.pl and fix reported warnings - sort dts node by base reg offset Changes since v2: - replace keyword "meson" with "amlogic" --- v1:https://lore.kernel.org/all/20230630121059.28748-1-zelong.dong@xxxxxxxxxxx/ v2:https://lore.kernel.org/all/20230718123550.13712-1-zelong.dong@xxxxxxxxxxx/ Zelong Dong (3): dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller reset: reset-meson: add support for Amlogic C3 SoC Reset Controller arm64: dts: amlogic: add reset controller for Amlogic C3 SoC .../bindings/reset/amlogic,meson-reset.yaml | 1 + arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 7 ++ drivers/reset/reset-meson.c | 1 + include/dt-bindings/reset/amlogic,c3-reset.h | 119 ++++++++++++++++++ 4 files changed, 128 insertions(+) create mode 100644 include/dt-bindings/reset/amlogic,c3-reset.h -- 2.35.1