]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite0604abc5c66a417db97f774a06364eb98228d1e
tree02493626327b86766a99185fd25fb2b2631ddc8a
parent1716f9b9fec6f0c15fbad82e1d98b6316be816d1
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