public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] scmi_protocols: Update discover list protocol message
@ 2024-10-06  9:50 alice.guo
  2024-10-07 17:04 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: alice.guo @ 2024-10-06  9:50 UTC (permalink / raw)
  To: u-boot
  Cc: trini, alice.guo, ye.li, peng.fan, akashi.tkhro, sjg, festevam,
	marex

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

When work with System Manager, System Manager provides vendor specific
protocol, so the protocol array size is not enough.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Alice Guo <alice.guo@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 43b66be00a..6204ce076e 100644
--- a/include/scmi_protocols.h
+++ b/include/scmi_protocols.h
@@ -146,7 +146,7 @@ struct scmi_base_discover_impl_version_out {
 struct scmi_base_discover_list_protocols_out {
 	s32 status;
 	u32 num_protocols;
-	u32 protocols[3];
+	u32 protocols[4];
 };
 
 /**
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-07 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06  9:50 [PATCH v1] scmi_protocols: Update discover list protocol message alice.guo
2024-10-07 17:04 ` Tom Rini
2024-10-07 17:49   ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox