From 72ce864000955d322670117786f13b63141fd9e0 Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Mon, 21 Oct 2024 13:47:15 -0700 Subject: [PATCH] drivers: i3c: npcx: add api call for default handler add api calls for the default handlers for i3c rtio Signed-off-by: Ryan McClelland --- drivers/i3c/i3c_npcx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/i3c/i3c_npcx.c b/drivers/i3c/i3c_npcx.c index 11b4c1efe9e0893..81211f9ea92a4ac 100644 --- a/drivers/i3c/i3c_npcx.c +++ b/drivers/i3c/i3c_npcx.c @@ -2986,6 +2986,10 @@ static const struct i3c_driver_api npcx_i3c_driver_api = { .ibi_raise = npcx_i3c_target_ibi_raise, #endif + +#ifdef CONFIG_I3C_RTIO + .iodev_submit = i3c_iodev_submit_fallback, +#endif }; #define DT_INST_TGT_PID_PROP_OR(id, prop, idx) \