mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-18 16:01:32 +01:00
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:
parent
0d71bc3a1b
commit
5ea37da298
@ -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"},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user