From: Peng Fan Date: Fri, 26 Sep 2025 16:06:22 +0000 (+0800) Subject: cmd: scmi: Add pin control protocol name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ea37da298777ce6fe53b51bd32e3e0614c61bbc;p=thirdparty%2Fu-boot.git 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 --- 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"}, }; /**