commit | 678382c73a08145262e95b5639607f72e49c0ee9 | [log] [tgz] |
---|---|---|
author | Andre Heider <a.heider@gmail.com> | Fri Feb 09 08:10:22 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 14 12:14:15 2018 -0500 |
tree | af1ce959e206cfeef69881c066bea97f58ee0b70 | |
parent | d877a6c50e886af089bf8fb947e566982672fd0a [diff] |
arm/PSCI: support PSCI versions greater than 1.0 ATF recently began announcing PSCI v1.1. Since that version is unknown to u-boot, the PSCI device nodes were not updated. Switch from the case statement to a greater/less-than comparison so that v1.1, as well as future versions, get at least the compatible nodes of known versions. PSCI v1.1 doesn't seem to have introduced a new corresponding compatible. Signed-off-by: Andre Heider <a.heider@gmail.com>