commit | a9558b45a4ba3c4ceeb084532209eab553a2327e | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Jul 13 16:49:04 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jul 26 09:18:45 2021 +0200 |
tree | 4f479ff593dc5a9bcb2065fdb17618a4108b7a09 | |
parent | f1bc214b0024b8d9585d83a42999a40980728303 [diff] |
arm64: zynqmp: Enable reset and poweroff via sysreset framework reset and poweroff are called via hooks in psci driver which is going around sysreset framework that's why enable sysreset drivers and do reset and poweroff via this framework. Using this flow will allow us to call SYSTEM_WARM_RESET based on psci 1.1 spec which can be calles with reset -w command. Signed-off-by: Michal Simek <michal.simek@xilinx.com>