mirror of
https://xff.cz/git/u-boot/
synced 2025-10-21 01:51:11 +02:00
ARM: PSCI: Support PSCI v0.2
Enhance the PSCI DT editing code to allow setting a PSCI v0.2 compatible value in the DT. The CONFIG_ option is added to the whitelist to match the existing PSCI_1_0 option. While not adding new options to Kconfig isn't ideal, I figure it's better to keep related options together. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
committed by
Tom Warren
parent
3e3b2b4776
commit
326bd726d0
@@ -51,6 +51,7 @@ CONFIG_ARMADA100
|
||||
CONFIG_ARMADA100_FEC
|
||||
CONFIG_ARMADA168
|
||||
CONFIG_ARMADA_39X
|
||||
CONFIG_ARMV7_PSCI_0_2
|
||||
CONFIG_ARMV7_PSCI_1_0
|
||||
CONFIG_ARMV7_SECURE_BASE
|
||||
CONFIG_ARMV7_SECURE_MAX_SIZE
|
||||
|
Reference in New Issue
Block a user