Fix GICv3 DT to include psci system off/reset
authorSoby Mathew <soby.mathew@arm.com>
Wed, 5 Oct 2016 14:38:01 +0000 (15:38 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 11 Oct 2016 10:03:28 +0000 (11:03 +0100)
commit78c4f19293494b1011ba5fb3dd88e3d934650da3
tree6467ae0742fabf4a5c8a02bbe37926303de51ae5
parenta5a423100822c4b8c9982024c333460f0d019d82
Fix GICv3 DT to include psci system off/reset

The `fvp-base-gicv3-psci` and `fvp-foundation-gicv3-psci` device tree source
files did not have psci node entries for `system off` and `system reset`.
Also the DTS files included `rtsm_ve-motherboard-no_psci.dtsi` instead of
`rtsm_ve-motherboard.dtsi`. As a result, the Linux kernel failed to invoke
the PSCI_SYSTEM_OFF/RESET API when being shutdown/reset. This patch corrects
this problem and also updates the corresponding DTB files.

This patch also removes `rtsm_ve-motherboard-no_psci.dtsi` and
`fvp-foundation-motherboard-no_psci.dtsi` files as they are no longer used.

Change-Id: I8ba61a1323035f7508cae663bb490ac0e8a64618
fdts/fvp-base-gicv3-psci.dtb
fdts/fvp-base-gicv3-psci.dts
fdts/fvp-foundation-gicv3-psci.dtb
fdts/fvp-foundation-gicv3-psci.dts
fdts/fvp-foundation-motherboard-no_psci.dtsi [deleted file]
fdts/rtsm_ve-motherboard-no_psci.dtsi [deleted file]