]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
corstone1000: enable PSCI reset
authorEmekcan Aras <emekcan.aras@arm.com>
Thu, 26 Oct 2023 12:50:51 +0000 (13:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 31 Oct 2023 17:08:10 +0000 (13:08 -0400)
enable PSCI reset used for the system reset

Even though Corstone-1000 does not implement the entire PSCI APIs,
it relies on PSCI reset interface for the system reset.

Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
configs/corstone1000_defconfig

index a5b794a9900bcd8f1bce1e83f6f1041582325989..3cd6aa092454b31be554ec89b8eb9449d8264615 100644 (file)
@@ -55,6 +55,7 @@ CONFIG_DM_RTC=y
 CONFIG_RTC_EMULATION=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYSRESET=y
+CONFIG_SYSRESET_PSCI=y
 CONFIG_TEE=y
 CONFIG_OPTEE=y
 CONFIG_USB=y