
6 Oct
2024
6 Oct
'24
11:38 a.m.
From: Ye Li ye.li@nxp.com
According to SCMI v3.2, switch to use 0xD for parent clock set.
Signed-off-by: Ye Li ye.li@nxp.com Signed-off-by: Alice Guo alice.guo@nxp.com Reviewed-by: Peng Fan peng.fan@nxp.com --- include/scmi_protocols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/scmi_protocols.h b/include/scmi_protocols.h index e1e4117e11..36e46f4072 100644 --- a/include/scmi_protocols.h +++ b/include/scmi_protocols.h @@ -732,7 +732,7 @@ enum scmi_clock_message_id { SCMI_CLOCK_RATE_SET = 0x5, SCMI_CLOCK_RATE_GET = 0x6, SCMI_CLOCK_CONFIG_SET = 0x7, - SCMI_CLOCK_PARENT_SET = 0x10 + SCMI_CLOCK_PARENT_SET = 0xD };
#define SCMI_CLK_PROTO_ATTR_COUNT_MASK GENMASK(15, 0)
--
2.34.1