aboutsummaryrefslogtreecommitdiff
path: root/drivers/sysreset/sysreset_psci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sysreset/sysreset_psci.c')
-rw-r--r--drivers/sysreset/sysreset_psci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/sysreset_psci.c b/drivers/sysreset/sysreset_psci.c
index de2ec8aeb1..c7907b3226 100644
--- a/drivers/sysreset/sysreset_psci.c
+++ b/drivers/sysreset/sysreset_psci.c
@@ -18,7 +18,7 @@ static int psci_sysreset_request(struct udevice *dev, enum sysreset_t type)
case SYSRESET_COLD:
function_id = PSCI_0_2_FN_SYSTEM_RESET;
break;
- case SYSRESET_POWER:
+ case SYSRESET_POWER_OFF:
function_id = PSCI_0_2_FN_SYSTEM_OFF;
break;
default: