mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
This commit is contained in:
parent
326bd726d0
commit
74c69cdcc0
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ init_psci_node:
|
|||
if (tmp)
|
||||
return tmp;
|
||||
|
||||
tmp = fdt_setprop_string(fdt, nodeoff, "status", "okay");
|
||||
if (tmp)
|
||||
return tmp;
|
||||
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue