[PATCH 0/2] Add reset controller support for Sophgo SG2000 SoC

Alexander Sverdlin posted 2 patches 4 months ago
.../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
[PATCH 0/2] Add reset controller support for Sophgo SG2000 SoC
Posted by Alexander Sverdlin 4 months ago
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
Re: [PATCH 0/2] Add reset controller support for Sophgo SG2000 SoC
Posted by Inochi Amaoto 4 months ago
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