Skip to content
Snippets Groups Projects
Commit bded2189 authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by York Sun
Browse files

arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node

parent 2c774165
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,8 @@ int fdt_psci(void *fdt) ...@@ -65,6 +65,8 @@ int fdt_psci(void *fdt)
init_psci_node: init_psci_node:
#ifdef CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT #ifdef CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT
psci_ver = sec_firmware_support_psci_version(); psci_ver = sec_firmware_support_psci_version();
#elif defined(CONFIG_ARMV7_PSCI_1_0)
psci_ver = ARM_PSCI_VER_1_0;
#endif #endif
switch (psci_ver) { switch (psci_ver) {
case ARM_PSCI_VER_1_0: case ARM_PSCI_VER_1_0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment