diff options
author | Rob Clark | 2017-06-26 09:22:23 -0400 |
---|---|---|
committer | Tom Rini | 2017-07-06 16:17:13 -0400 |
commit | 8bf5c1e191ad5761196ff1bcb54aae4007fee98a (patch) | |
tree | 4475a0c8f44661ee9ab0b4c9f3215b8efb7c0b01 /arch/arm/cpu/armv8/Kconfig | |
parent | ab3b7770b6a39741bdad2b24a58b69b868863780 (diff) |
arm64: use psci reset on snapdragon
This actually works on snapdragon.. not sure why we weren't using it.
Fixes reboot/poweroff when using UEFI.
Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/arm/cpu/armv8/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv8/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig index d5b692eb290..8e4c3dd8f2c 100644 --- a/arch/arm/cpu/armv8/Kconfig +++ b/arch/arm/cpu/armv8/Kconfig @@ -92,7 +92,7 @@ config PSCI_RESET !TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \ !TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \ !TARGET_LS2081ARDB && \ - !ARCH_UNIPHIER && !ARCH_SNAPDRAGON && !TARGET_S32V234EVB + !ARCH_UNIPHIER && !TARGET_S32V234EVB help Most armv8 systems have PSCI support enabled in EL3, either through ARM Trusted Firmware or other firmware. |