ARM: PSCI: Enable the PSCI node
authorStephen Warren <swarren@nvidia.com>
Fri, 22 Jun 2018 19:03:18 +0000 (13:03 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 26 Jul 2018 20:15:30 +0000 (13:15 -0700)
commit74c69cdcc01694b9c08194f2c0fc49f53e766810
tree02493626327b86766a99185fd25fb2b2631ddc8a
parent326bd726d022f2be57ce9cd86f41130a0097beb6
ARM: PSCI: Enable the PSCI node

When fixing up the DT to report PSCI support, explicitly enable the node.
DTs may ship with the node disabled in case a PSCI implementation is not
present, and expect any PSCI implementation to enable the node if they are
actually present.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/lib/psci-dt.c