sysreset: psci: enable DM_FLAG_PRE_RELOC

It is possible that cpu core may reset before relocation with PSCI reset

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2023-04-06 18:23:18 +08:00 committed by Tom Rini
parent 1bd790bc4b
commit 439b9383ee

View file

@ -34,4 +34,5 @@ U_BOOT_DRIVER(psci_sysreset) = {
.name = "psci-sysreset",
.id = UCLASS_SYSRESET,
.ops = &psci_sysreset_ops,
.flags = DM_FLAG_PRE_RELOC,
};