power: reset: Add poweroff driver for ATC260x PMICs

This driver provides poweroff and reboot support for a system through
the ATC2603C and ATC2609A chip variants of the Actions Semi ATC260x
family of PMICs.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Cristian Ciocaltea
2021-01-13 13:05:55 +02:00
committed by Sebastian Reichel
parent 2f7cf24f42
commit 3235d13050
3 changed files with 270 additions and 1 deletions

View File

@@ -39,6 +39,13 @@ config POWER_RESET_AT91_SAMA5D2_SHDWC
This driver supports the alternate shutdown controller for some Atmel
SAMA5 SoCs. It is present for example on SAMA5D2 SoC.
config POWER_RESET_ATC260X
tristate "Actions Semi ATC260x PMIC power-off driver"
depends on MFD_ATC260X
help
This driver provides power-off and restart support for a system
through Actions Semi ATC260x series PMICs.
config POWER_RESET_AXXIA
bool "LSI Axxia reset driver"
depends on ARCH_AXXIA
@@ -292,4 +299,3 @@ config NVMEM_REBOOT_MODE
action according to the mode.
endif