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