]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm/PSCI: Fixed the backward compatiblity issue
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Fri, 29 Jul 2016 10:26:36 +0000 (18:26 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 2 Aug 2016 16:47:49 +0000 (09:47 -0700)
commit2c774165449ebb180060b8596764140cfb00a1e1
tree64b5dcf3c2d369bbac88c33db627230367ff5cca
parent388aabc85d4c6a0e603e45421e7e2edadd9f24ac
arm/PSCI: Fixed the backward compatiblity issue

Appended the compatible strings of old version PSCI to the latest
version supported. And there are some psci functions' property must
be added to DT only for psci version 0.1, including cpu_on, cpu_off,
cpu_suspend, migrate.

Note, ARMv8 Secure Firmware Framework doesn't support PSCI ver 0.1.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/include/asm/psci.h
arch/arm/lib/psci-dt.c