[PATCH 2/4] scmi_protocols: Update parent clock set ID

alice.guo at oss.nxp.com alice.guo at oss.nxp.com
Sun Oct 6 11:38:23 CEST 2024


From: Ye Li <ye.li at nxp.com>

According to SCMI v3.2, switch to use 0xD for parent clock set.

Signed-off-by: Ye Li <ye.li at nxp.com>
Signed-off-by: Alice Guo <alice.guo at nxp.com>
Reviewed-by: Peng Fan <peng.fan at 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



More information about the U-Boot mailing list