summaryrefslogtreecommitdiff
path: root/cmd/scmi.c
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2025-09-27 00:06:22 +0800
committerTom Rini <[email protected]>2025-10-09 14:16:11 -0600
commit5ea37da298777ce6fe53b51bd32e3e0614c61bbc (patch)
treedbfc61a7e0fd2d7542faa5aad6fe8cf516ba3af3 /cmd/scmi.c
parent0d71bc3a1bf82ad60fa4fb1b4441acde633249f1 (diff)
cmd: scmi: Add pin control protocol name
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 <[email protected]>
Diffstat (limited to 'cmd/scmi.c')
-rw-r--r--cmd/scmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/scmi.c b/cmd/scmi.c
index cfbca63e164..d0498b816aa 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"},
};
/**