diff options
| author | Emekcan Aras <[email protected]> | 2023-10-26 13:50:51 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-31 13:08:10 -0400 |
| commit | edf90d4e731ab0e26b9881f6c7ed6228fa5191c8 (patch) | |
| tree | fd43c789fedca1673bf159dd686607bda8356ff2 | |
| parent | 2dff8df1ad6bc8a89758d516c1df823abce34212 (diff) | |
corstone1000: enable PSCI reset
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 <[email protected]>
Signed-off-by: Abdellatif El Khlifi <[email protected]>
| -rw-r--r-- | configs/corstone1000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig index a5b794a9900..3cd6aa09245 100644 --- a/configs/corstone1000_defconfig +++ b/configs/corstone1000_defconfig @@ -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 |
