[PATCH v1] scmi_protocols: add MISC ID

alice.guo at oss.nxp.com alice.guo at oss.nxp.com
Sun Oct 6 11:43:47 CEST 2024


From: Peng Fan <peng.fan at nxp.com>

Add SCMI MISC ID.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
Signed-off-by: Alice Guo <alice.guo at nxp.com>
Reviewed-by: Ye Li <ye.li at nxp.com>
---
 include/scmi_protocols.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/scmi_protocols.h b/include/scmi_protocols.h
index 36e46f4072..e25d94ab5b 100644
--- a/include/scmi_protocols.h
+++ b/include/scmi_protocols.h
@@ -25,6 +25,7 @@ enum scmi_std_protocol {
 	SCMI_PROTOCOL_ID_RESET_DOMAIN = 0x16,
 	SCMI_PROTOCOL_ID_VOLTAGE_DOMAIN = 0x17,
 	SCMI_PROTOCOL_ID_PINCTRL = 0x19,
+	SCMI_PROTOCOL_ID_MISC = 0x84,
 };
 
 enum scmi_status_code {
@@ -50,6 +51,11 @@ enum scmi_discovery_id {
 	SCMI_PROTOCOL_MESSAGE_ATTRIBUTES = 0x2,
 };
 
+/* SCMI Base Protocol */
+enum scmi_misc_message_id {
+	SCMI_MISC_ROM_PASSOVER_GET = 0x7
+};
+
 /*
  * SCMI Base Protocol
  */
-- 
2.34.1



More information about the U-Boot mailing list