Skip to content

Commit 464e8be

Browse files
AlexJones0rivos-eblot
authored andcommitted
[ot] hw/opentitan: ot_clkmgr: Fix incorrect IO_MEAS_CTRL_SHADOWED field length
(cherry picked from commit c620613)
1 parent abbe212 commit 464e8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/opentitan/ot_clkmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ REG32(IO_MEAS_CTRL_EN, 0x28u)
7777
FIELD(IO_MEAS_CTRL_EN, EN, 0u, 4u)
7878
REG32(IO_MEAS_CTRL_SHADOWED, 0x2cu)
7979
FIELD(IO_MEAS_CTRL_SHADOWED, HI, 0u, 10u)
80-
FIELD(IO_MEAS_CTRL_SHADOWED, LO, 10u, 1u)
80+
FIELD(IO_MEAS_CTRL_SHADOWED, LO, 10u, 10u)
8181
REG32(IO_DIV2_MEAS_CTRL_EN, 0x30u)
8282
FIELD(IO_DIV2_MEAS_CTRL_EN, EN, 0u, 4u)
8383
REG32(IO_DIV2_MEAS_CTRL_SHADOWED, 0x34u)

0 commit comments

Comments
 (0)