From: Hoegeun Kwon Date: Tue, 25 Apr 2023 06:50:03 +0000 (+0900) Subject: RISCV: configs: Enable power reset gpio X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c18bb9934c48d09c0d3308641ce92b858c85a7c9;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index 8c3fb28..fb94d93 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