drivers: i3c: npcx: add api call for default handler
add api calls for the default handlers for i3c rtio Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
parent
b7492cb671
commit
622732e854
1 changed files with 4 additions and 0 deletions
|
|
@ -2986,6 +2986,10 @@ static DEVICE_API(i3c, npcx_i3c_driver_api) = {
|
||||||
|
|
||||||
.ibi_raise = npcx_i3c_target_ibi_raise,
|
.ibi_raise = npcx_i3c_target_ibi_raise,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_I3C_RTIO
|
||||||
|
.iodev_submit = i3c_iodev_submit_fallback,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DT_INST_TGT_PID_PROP_OR(id, prop, idx) \
|
#define DT_INST_TGT_PID_PROP_OR(id, prop, idx) \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue