From 733db91b51fe2eae0fdc618ffbe54397667d47eb 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 ee7835dc4a9e55c..ba06613ff06791b 100644 --- a/drivers/i3c/i3c_npcx.c +++ b/drivers/i3c/i3c_npcx.c @@ -2207,6 +2207,10 @@ static const struct i3c_driver_api npcx_i3c_driver_api = { .ibi_enable = npcx_i3c_ibi_enable, .ibi_disable = npcx_i3c_ibi_disable, #endif + +#ifdef CONFIG_I3C_RTIO + .iodev_submit = i3c_iodev_submit_fallback, +#endif }; #define I3C_NPCX_DEVICE(id) \