From 5444611a92ee40befa2ff00262db11212d0323af Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Tue, 25 Apr 2023 15:50:03 +0900 Subject: [PATCH] RISCV: configs: Enable power reset gpio When rebooting, there is a problem that the pmic gpio is not set, so rebooting is not possible. Enable power reset gpio. Change-Id: I59c35303fe9416b4839d244e161776a034259a4b Signed-off-by: Hoegeun Kwon --- arch/riscv/configs/tizen_vf2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index 8c3fb281e4c3..fb94d93dd959 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -168,6 +168,7 @@ CONFIG_SPI=y CONFIG_SPI_SIFIVE=y # CONFIG_PTP_1588_CLOCK is not set CONFIG_GPIO_SIFIVE=y +CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_WATCHDOG=y # CONFIG_MEDIA_CEC_SUPPORT is not set CONFIG_MEDIA_SUPPORT=y -- 2.34.1