mbox series

[v2,0/3] power: Add reset support for Microchip Sparx5 SoC

Message ID 20201006200316.2261245-1-lars.povlsen@microchip.com
Headers show
Series power: Add reset support for Microchip Sparx5 SoC | expand

Message

Lars Povlsen Oct. 6, 2020, 8:03 p.m. UTC
This adds reset support for the Sparx5 SoC, using the ocelot reset
driver.

Changes in v2:
- Dropped the parts for resetting the switch core upon load time -
  controlled by the 'microchip,reset-switch-core' DT property.

Lars Povlsen (3):
  dt-bindings: reset: ocelot: Add Sparx5 support
  power: reset: ocelot: Add support for Sparx5
  arm64: dts: sparx5: Add reset support

 .../bindings/power/reset/ocelot-reset.txt     |  7 ++-
 MAINTAINERS                                   |  1 +
 arch/arm64/boot/dts/microchip/sparx5.dtsi     | 10 ++++
 drivers/power/reset/Kconfig                   |  3 +-
 drivers/power/reset/ocelot-reset.c            | 55 +++++++++++++++----
 5 files changed, 60 insertions(+), 16 deletions(-)

--
2.25.1

Comments

Rob Herring (Arm) Oct. 7, 2020, 3:54 p.m. UTC | #1
On Tue, 06 Oct 2020 22:03:14 +0200, Lars Povlsen wrote:
> This adds the support for the Sparx5 SoC.

> 

> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>

> ---

>  .../devicetree/bindings/power/reset/ocelot-reset.txt       | 7 +++++--

>  MAINTAINERS                                                | 1 +

>  2 files changed, 6 insertions(+), 2 deletions(-)

> 


Acked-by: Rob Herring <robh@kernel.org>
Sebastian Reichel Oct. 8, 2020, 10:05 p.m. UTC | #2
Hi,

On Tue, Oct 06, 2020 at 10:03:13PM +0200, Lars Povlsen wrote:
> This adds reset support for the Sparx5 SoC, using the ocelot reset
> driver.
> 
> Changes in v2:
> - Dropped the parts for resetting the switch core upon load time -
>   controlled by the 'microchip,reset-switch-core' DT property.
> 
> Lars Povlsen (3):
>   dt-bindings: reset: ocelot: Add Sparx5 support
>   power: reset: ocelot: Add support for Sparx5
>   arm64: dts: sparx5: Add reset support
> 
>  .../bindings/power/reset/ocelot-reset.txt     |  7 ++-
>  MAINTAINERS                                   |  1 +
>  arch/arm64/boot/dts/microchip/sparx5.dtsi     | 10 ++++
>  drivers/power/reset/Kconfig                   |  3 +-
>  drivers/power/reset/ocelot-reset.c            | 55 +++++++++++++++----
>  5 files changed, 60 insertions(+), 16 deletions(-)

Thanks, I queued the first two patches.

-- Sebastian