Skip to content

Commit

Permalink
rpmi/clock: Mention about incorrect flags in error table for set rate
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Pathak <[email protected]>
  • Loading branch information
pathakraul committed Oct 29, 2024
1 parent 1682477 commit 14aad56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/srvgrp-clock.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ This service is used to set the clock rate of a specific clock.
0b01: Round up
0b10: Auto
0b11: Reserved
Platform autonomously choose rate closest to the requested rate.
In Auto mode the platform can autonomously chooses a supported rate closest to the requested rate.
----

! [29:0] ! _Reserved_ and must be `0`.
Expand Down Expand Up @@ -625,7 +626,7 @@ Platform autonomously choose rate closest to the requested rate.
! Service completed successfully.

! RPMI_ERR_INVALID_PARAM
! `CLOCK_ID` or clock rate is invalid.
! `CLOCK_ID` or clock rate is invalid or the flags passed are invalid or reserved.

!===
- Other errors <<table_error_codes>>
Expand Down

0 comments on commit 14aad56

Please sign in to comment.