From: Alif Zakuan Yuslaimi Date: Tue, 18 Feb 2025 08:34:57 +0000 (+0800) Subject: arch: arm: Enable PSCI reset driver for Agilex5 X-Git-Tag: v2025.07-rc1~18^2~78^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2f2883dcda6f2145e01ba7b5289ceb5d1e81e1;p=pandora-u-boot.git arch: arm: Enable PSCI reset driver for Agilex5 Enable PSCI reset driver for Agilex5 cold and warm reset Signed-off-by: Alif Zakuan Yuslaimi Signed-off-by: Tien Fong Chee Reviewed-by: Tien Fong Chee --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c0a6a07ce20..cf08fe63f1e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1149,6 +1149,7 @@ config ARCH_SOCFPGA select SYSRESET_SOCFPGA if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 select SYSRESET_SOCFPGA_SOC64 if !TARGET_SOCFPGA_AGILEX5 && \ TARGET_SOCFPGA_SOC64 + select SYSRESET_PSCI if TARGET_SOCFPGA_AGILEX5 imply CMD_DM imply CMD_MTDPARTS imply CRC32_VERIFY