summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i3c/mctp/i3c-mctp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/i3c/mctp/i3c-mctp.c b/drivers/i3c/mctp/i3c-mctp.c
index b0e381456404..83f7dae454be 100644
--- a/drivers/i3c/mctp/i3c-mctp.c
+++ b/drivers/i3c/mctp/i3c-mctp.c
@@ -303,6 +303,10 @@ static int i3c_mctp_probe(struct i3c_device *i3cdev)
goto error;
}
+ ret = i3c_device_control_pec(i3cdev, true);
+ if (ret)
+ goto error;
+
dev_set_drvdata(i3cdev_to_dev(i3cdev), priv);
if (i3c_mctp_enable_ibi(i3cdev)) {