Skip to content
Snippets Groups Projects
  1. Apr 09, 2025
  2. Apr 07, 2025
  3. Apr 06, 2025
  4. Apr 04, 2025
  5. Apr 03, 2025
  6. Apr 01, 2025
    • Fabio Estevam's avatar
      configs: sama5d27: Fix the 'reset' command · aa7d628b
      Fabio Estevam authored
      
      Since commit 61040097 ("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 e1ee52ca ("configs: at91: sam9x60: Switch
      to new reset driver")
      
      Fixes: 61040097 ("reset: at91: Add reset driver for basic assert/deassert operations")
      Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
      aa7d628b
  7. Mar 31, 2025
Loading