summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-scmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/reset-scmi.c')
-rw-r--r--drivers/reset/reset-scmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-scmi.c b/drivers/reset/reset-scmi.c
index b46df80ec6c3..8d3a858e3b19 100644
--- a/drivers/reset/reset-scmi.c
+++ b/drivers/reset/reset-scmi.c
@@ -108,7 +108,7 @@ static int scmi_reset_probe(struct scmi_device *sdev)
}
static const struct scmi_device_id scmi_id_table[] = {
- { SCMI_PROTOCOL_RESET },
+ { SCMI_PROTOCOL_RESET, "reset" },
{ },
};
MODULE_DEVICE_TABLE(scmi, scmi_id_table);