summaryrefslogtreecommitdiff
path: root/cmd/scmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/scmi.c')
-rw-r--r--cmd/scmi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/scmi.c b/cmd/scmi.c
index d0498b816aa..1aa20c7bd96 100644
--- a/cmd/scmi.c
+++ b/cmd/scmi.c
@@ -30,6 +30,9 @@ struct {
{SCMI_PROTOCOL_ID_RESET_DOMAIN, "Reset domain management"},
{SCMI_PROTOCOL_ID_VOLTAGE_DOMAIN, "Voltage domain management"},
{SCMI_PROTOCOL_ID_PINCTRL, "Pin control management"},
+ {SCMI_PROTOCOL_ID_VENDOR_80, "Vendor specific (0x80)"},
+ {SCMI_PROTOCOL_ID_VENDOR_81, "Vendor specific (0x81)"},
+ {SCMI_PROTOCOL_ID_VENDOR_82, "Vendor specific (0x82)"},
};
/**