Skip to content

Commit abbe212

Browse files
AlexJones0rivos-eblot
authored andcommitted
[ot] hw/opentitan: ot_pwrmgr: Fix incorrect WAKE_INFO REASONS field length
(cherry picked from commit 66e7556)
1 parent 91aa824 commit abbe212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/opentitan/ot_pwrmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ REG32(ESCALATE_RESET_STATUS, 0x34u)
8989
REG32(WAKE_INFO_CAPTURE_DIS, 0x38u)
9090
FIELD(WAKE_INFO_CAPTURE_DIS, VAL, 0u, 1u)
9191
REG32(WAKE_INFO, 0x3cu)
92-
FIELD(WAKE_INFO, REASONS, 0u, 5u)
92+
FIELD(WAKE_INFO, REASONS, 0u, 6u)
9393
FIELD(WAKE_INFO, FALL_THROUGH, 6u, 1u)
9494
FIELD(WAKE_INFO, ABORT, 7u, 1u)
9595
REG32(FAULT_STATUS, 0x40u)

0 commit comments

Comments
 (0)