diff options
author | Andrew Davis <afd@ti.com> | 2023-08-02 10:33:32 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 11:48:25 +0200 |
commit | 47c128c65ff71c2d59354acb9b189b110a31e802 (patch) | |
tree | c81260cb023531c65d7898c0be876c696c9032e1 /arch/arm/mach-nspire/Kconfig | |
parent | d69ba6fe667775b28f347af0adea611b2b0c1a02 (diff) | |
download | lwn-47c128c65ff71c2d59354acb9b189b110a31e802.tar.gz lwn-47c128c65ff71c2d59354acb9b189b110a31e802.zip |
ARM: nspire: Use syscon-reboot to handle restart
Writing this bit can be handled by the DT syscon-reboot driver.
Enable that driver and remove the machine_desc version.
Signed-off-by: Andrew Davis <afd@ti.com>
Tested-by: Fabian Vogt <fabian@ritter-vogt.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Fabian Vogt <fabian@ritter-vogt.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-nspire/Kconfig')
-rw-r--r-- | arch/arm/mach-nspire/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig index b7a3871876d7..0ffdcaca1e6b 100644 --- a/arch/arm/mach-nspire/Kconfig +++ b/arch/arm/mach-nspire/Kconfig @@ -9,5 +9,7 @@ config ARCH_NSPIRE select ARM_VIC select ARM_TIMER_SP804 select NSPIRE_TIMER + select POWER_RESET + select POWER_RESET_SYSCON help This enables support for systems using the TI-NSPIRE CPU |