commit | 7f2ef308a7f201029986c0a764c96ca737025480 | [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 | 688cee9422cc110415011e948168a11a2f081da2 [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>