configs: sama5d27: Fix the 'reset' command
authorFabio Estevam <festevam@denx.de>
Mon, 31 Mar 2025 20:37:34 +0000 (17:37 -0300)
committerEugen Hristev <eugen.hristev@linaro.org>
Tue, 1 Apr 2025 08:36:35 +0000 (11:36 +0300)
commitaa7d628b78df74faffeaa942b61a0d75d3526eb3
tree5292edba924c25a9d71962563e09be1fe7a29e82
parentc17f03a7e93dfbbe5d32f5738274187065d9493f
configs: sama5d27: Fix the 'reset' command

Since commit 61040097a9d1 ("reset: at91: Add reset driver for basic
assert/deassert operations") the "atmel,sama5d3-rstc" compatible for
the sama5d2 reset controller in sama5d2.dtsi is not handled by
CONFIG_SYSRESET_AT91 anymore, but by CONFIG_RESET_AT91 now.

This resulted in the following error, when trying to reset from the U-Boot
shell on a sama5d27_wlsom1 board:

 => reset
 resetting ...
 System reset not supported on this platform
 ### ERROR ### Please RESET the board ###

Fix it by enabling the CONFIG_RESET_AT91 driver in all sama5d27 defconfigs.

Tested on a sama5d27_wlsom1 board.

Based on the fix in commit e1ee52ca56fc ("configs: at91: sam9x60: Switch
to new reset driver")

Fixes: 61040097a9d1 ("reset: at91: Add reset driver for basic assert/deassert operations")
Signed-off-by: Fabio Estevam <festevam@denx.de>
configs/sama5d27_giantboard_defconfig
configs/sama5d27_som1_ek_mmc1_defconfig
configs/sama5d27_som1_ek_mmc_defconfig
configs/sama5d27_som1_ek_qspiflash_defconfig
configs/sama5d27_wlsom1_ek_mmc_defconfig
configs/sama5d27_wlsom1_ek_qspiflash_defconfig