From: Bin Meng Date: Tue, 23 Jun 2020 05:29:46 +0000 (-0700) Subject: riscv: sifive: fu540: Add gpio-restart support X-Git-Tag: v2020.10~143^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdae446461191714d692190da1ad4344398adc57;p=platform%2Fkernel%2Fu-boot.git riscv: sifive: fu540: Add gpio-restart support 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 Reviewed-by: Sagar Kadam Tested-by: Sagar Kadam Reviewed-by: Pragnesh Patel --- diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 86193d7..6f65681 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply SMP imply MISC imply SIFIVE_OTP + imply SYSRESET + imply SYSRESET_GPIO endif