Like SG2042, CV1800 Series SoCs also have simple bit reset generator.
Add necessary code and bindings for it.
Changes from v1:
1. rebase to v6.16-rc1
2. patch 1: apply Rob's tag
2. patch 4: fix wrong reset ID
Inochi Amaoto (4):
dt-bindings: reset: sophgo: Add CV1800B support
reset: simple: add support for Sophgo CV1800B
riscv: dts: sophgo: add reset generator for Sophgo CV1800 series SoC
riscv: dts: sophgo: add reset configuration for Sophgo CV1800 series
SoC
.../bindings/reset/sophgo,sg2042-reset.yaml | 1 +
arch/riscv/boot/dts/sophgo/cv180x.dtsi | 25 +++++
arch/riscv/boot/dts/sophgo/cv18xx-reset.h | 98 +++++++++++++++++++
drivers/reset/reset-simple.c | 2 +
4 files changed, 126 insertions(+)
create mode 100644 arch/riscv/boot/dts/sophgo/cv18xx-reset.h
--
2.49.0