Skip to content

Commit 91d47e8

Browse files
committed
drivers: i3c: shell: Add shell support to MAX32 I3C
Enables shell support for MAX32 I3C driver. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent 3ed9512 commit 91d47e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/i3c/i3c_shell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ struct i3c_ctrl {
8181
I3C_LIST_DEV_GET_FN(node_id)
8282

8383
/* zephyr-keep-sorted-start */
84+
DT_FOREACH_STATUS_OKAY(adi_max32_i3c, I3C_CTRL_FN)
8485
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_FN)
8586
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cm, I3C_CTRL_FN)
8687
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cs, I3C_CTRL_FN)
@@ -100,6 +101,7 @@ DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
100101

101102
const struct i3c_ctrl i3c_list[] = {
102103
/* zephyr-keep-sorted-start */
104+
DT_FOREACH_STATUS_OKAY(adi_max32_i3c, I3C_CTRL_LIST_ENTRY)
103105
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_LIST_ENTRY)
104106
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cm, I3C_CTRL_LIST_ENTRY)
105107
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cs, I3C_CTRL_LIST_ENTRY)

0 commit comments

Comments
 (0)