diff options
author | Stephen Warren <swarren@nvidia.com> | 2018-06-22 13:03:17 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2018-07-26 13:15:30 -0700 |
commit | 326bd726d022f2be57ce9cd86f41130a0097beb6 (patch) | |
tree | a370df372d5b72280c07154c05f7d15f62ca45eb /scripts | |
parent | 3e3b2b47766ac9a9ad4bf30ea0015b8a2b5f1802 (diff) |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 1aebe17421..7ced4099f2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -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 |