Re: 回复: [PATCH v8 07/19] clk: scmi: check the clock state/parent/rate control permissions
Marek Vasut
marex at denx.de
Sun Mar 30 23:05:04 CEST 2025
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.
More information about the U-Boot
mailing list