From: Peng Fan <[email protected]> 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]> --- 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

