[PATCH 09/10] cmd: scmi: Add pin control protocol name

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Sep 26 18:06:22 CEST 2025


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

Pin control protocol name was not added into 'protocol_name' array,
however Pin control was supported on i.MX95. So add it.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 cmd/scmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/scmi.c b/cmd/scmi.c
index cfbca63e1644e387dd80e1a445301eff39ec68b5..d0498b816aaa9c3eb4d431aef5e919f910e035e6 100644
--- a/cmd/scmi.c
+++ b/cmd/scmi.c
@@ -29,6 +29,7 @@ struct {
 	{SCMI_PROTOCOL_ID_SENSOR, "Sensor management"},
 	{SCMI_PROTOCOL_ID_RESET_DOMAIN, "Reset domain management"},
 	{SCMI_PROTOCOL_ID_VOLTAGE_DOMAIN, "Voltage domain management"},
+	{SCMI_PROTOCOL_ID_PINCTRL, "Pin control management"},
 };
 
 /**

-- 
2.35.3



More information about the U-Boot mailing list