diff options
| author | Peng Fan <[email protected]> | 2025-09-27 00:06:22 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-09 14:16:11 -0600 |
| commit | 5ea37da298777ce6fe53b51bd32e3e0614c61bbc (patch) | |
| tree | dbfc61a7e0fd2d7542faa5aad6fe8cf516ba3af3 /cmd | |
| parent | 0d71bc3a1bf82ad60fa4fb1b4441acde633249f1 (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')
| -rw-r--r-- | cmd/scmi.c | 1 |
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"}, }; /** |
