On 3/28/25 11:26 AM, Alice Guo (OSS) wrote:
Hello Alice,
enum scmi_clock_message_id {
SCMI_CLOCK_ATTRIBUTES = 0x3,
@@ -738,6 +739,7 @@ enum scmi_clock_message_id {
SCMI_CLOCK_RATE_GET = 0x6,
SCMI_CLOCK_CONFIG_SET = 0x7,
SCMI_CLOCK_PARENT_SET = 0xD,
+ SCMI_CLOCK_GET_PERMISSIONS = 0xF,
Better call it SCMI_CLOCK_PERMISSIONS_GET to be consistent with the rest of
these fields , unless this is some SCMI specification name ?
CLOCK_GET_PERMISSIONS is from Arm System Control and Management Interface
Platform Design Document 3.2.
Understood, please note it in the commit message .
Thank you.