]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: scmi: Add pin control protocol name
authorPeng Fan <peng.fan@nxp.com>
Fri, 26 Sep 2025 16:06:22 +0000 (00:06 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 20:16:11 +0000 (14:16 -0600)
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@nxp.com>
cmd/scmi.c

index cfbca63e1644e387dd80e1a445301eff39ec68b5..d0498b816aaa9c3eb4d431aef5e919f910e035e6 100644 (file)
@@ -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"},
 };
 
 /**