Skip to content

Commit

Permalink
[ot] hw/opentitan: ot_pwrmgr: Fix incorrect WAKE_INFO REASONS field l…
Browse files Browse the repository at this point in the history
…ength
  • Loading branch information
AlexJones0 committed Dec 19, 2024
1 parent ea1a616 commit 2eb8dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/opentitan/ot_pwrmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ REG32(ESCALATE_RESET_STATUS, 0x34u)
REG32(WAKE_INFO_CAPTURE_DIS, 0x38u)
FIELD(WAKE_INFO_CAPTURE_DIS, VAL, 0u, 1u)
REG32(WAKE_INFO, 0x3cu)
FIELD(WAKE_INFO, REASONS, 0u, 5u)
FIELD(WAKE_INFO, REASONS, 0u, 6u)
FIELD(WAKE_INFO, FALL_THROUGH, 6u, 1u)
FIELD(WAKE_INFO, ABORT, 7u, 1u)
REG32(FAULT_STATUS, 0x40u)
Expand Down

0 comments on commit 2eb8dab

Please sign in to comment.