Re: [PATCH 0/2] Add reset controller support for Sophgo SG2000 SoC
From: Inochi Amaoto
Date: Mon Jun 09 2025 - 21:50:32 EST
On Tue, Jun 10, 2025 at 01:04:13AM +0200, Alexander Sverdlin wrote:
> Add DT bindings and the corresponding compatible to reset-simple driver;
> provide the include file with reset lines enumerated.
>
> Alexander Sverdlin (2):
> dt-bindings: reset: sophgo: support SG2000
> reset: simple: add support for Sophgo SG2000
>
> .../bindings/reset/sophgo,sg2000-reset.yaml | 35 +++++++
> drivers/reset/reset-simple.c | 2 +
> .../dt-bindings/reset/sophgo,sg2000-reset.h | 92 +++++++++++++++++++
> 3 files changed, 129 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/sophgo,sg2000-reset.yaml
> create mode 100644 include/dt-bindings/reset/sophgo,sg2000-reset.h
>
> --
> 2.49.0
>
I think use sophgo,cv1800b-reset is enough, there should be no difference
between them.
Regard,
Inochi