Skip to content

Commit

Permalink
drivers: i3c: npcx: add api call for default handler
Browse files Browse the repository at this point in the history
add api calls for the default handlers for i3c rtio

Signed-off-by: Ryan McClelland <[email protected]>
  • Loading branch information
XenuIsWatching committed Dec 2, 2024
1 parent 5584041 commit 72ce864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/i3c/i3c_npcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 72ce864

Please sign in to comment.