diff mbox series

[2/2] configs: starfive2: Enable CONFIG_SYSRET config

Message ID 20231031082439.395320-2-jh80.chung@samsung.com
State Accepted
Delegated to: Andes
Headers show
Series [1/2] riscv: dts: jh7110: Add a gpio-restart node | expand

Commit Message

Jaehoon Chung Oct. 31, 2023, 8:24 a.m. UTC
Enable CONFIG_SYSREST config to do reset.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 configs/starfive_visionfive2_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Leo Liang Dec. 13, 2023, 6:37 a.m. UTC | #1
On Tue, Oct 31, 2023 at 05:24:39PM +0900, Jaehoon Chung wrote:
> Enable CONFIG_SYSREST config to do reset.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  configs/starfive_visionfive2_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index b21754feafce..afa74e17ebd5 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -122,6 +122,7 @@  CONFIG_PINCTRL_STARFIVE=y
 # CONFIG_RAM_SIFIVE is not set
 CONFIG_SYS_NS16550=y
 CONFIG_CADENCE_QSPI=y
+CONFIG_SYSRESET=y
 CONFIG_TIMER_EARLY=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y