ARMv8/PSCI: Fixup the device tree for PSCI
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 28 Jun 2016 12:18:16 +0000 (20:18 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 19 Jul 2016 18:34:07 +0000 (11:34 -0700)
commit45684ae37bf96b455a1d4a957b80551dc2c85959
tree944aee501a67874cda09a402654e5a29b53128a0
parent032d5bb4aed40f1d0de0698501fcacee594caabc
ARMv8/PSCI: Fixup the device tree for PSCI

Set the enable-method in the cpu node to PSCI, and create device
node for PSCI, when PSCI was enabled.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv7/virt-dt.c
arch/arm/cpu/armv8/Makefile
arch/arm/cpu/armv8/cpu-dt.c [new file with mode: 0644]
arch/arm/include/asm/psci.h
arch/arm/lib/Makefile
arch/arm/lib/bootm-fdt.c
arch/arm/lib/psci-dt.c [new file with mode: 0644]