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 <peng.fan@nxp.com>
This commit is contained in:
@@ -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"},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user