]> Git Repo - u-boot.git/commitdiff
riscv: sifive: fu540: Add gpio-restart support
authorBin Meng <[email protected]>
Tue, 23 Jun 2020 05:29:46 +0000 (22:29 -0700)
committerAndes <[email protected]>
Fri, 3 Jul 2020 07:07:54 +0000 (15:07 +0800)
The HiFive Unleashed board wires GPIO pin#10 to the input of the
system reset signal. This adds gpio reboot support.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Sagar Kadam <[email protected]>
Tested-by: Sagar Kadam <[email protected]>
Reviewed-by: Pragnesh Patel <[email protected]>
board/sifive/fu540/Kconfig

index 86193d7668be3dad5e388bd6c885c1c5d34b232c..6f65681965612b3d8eb3ca81adb39d40ea89b7c6 100644 (file)
@@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SMP
        imply MISC
        imply SIFIVE_OTP
+       imply SYSRESET
+       imply SYSRESET_GPIO
 
 endif
This page took 0.032327 seconds and 4 git commands to generate.