Skip to content

Commit 534c414

Browse files
XenuIsWatchingkartben
authored andcommitted
drivers: i3c: add snps_designware_i3c to i3c shell
add the synopsys designware i3c to the i3c shell. Signed-off-by: Ryan McClelland <[email protected]>
1 parent e9ea97e commit 534c414

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
@@ -82,6 +82,7 @@ struct i3c_ctrl {
8282
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_FN)
8383
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_FN)
8484
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_FN)
85+
DT_FOREACH_STATUS_OKAY(snps_designware_i3c, I3C_CTRL_FN)
8586
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
8687
/* zephyr-keep-sorted-stop */
8788

@@ -97,6 +98,7 @@ const struct i3c_ctrl i3c_list[] = {
9798
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_LIST_ENTRY)
9899
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_LIST_ENTRY)
99100
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_LIST_ENTRY)
101+
DT_FOREACH_STATUS_OKAY(snps_designware_i3c, I3C_CTRL_LIST_ENTRY)
100102
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_LIST_ENTRY)
101103
/* zephyr-keep-sorted-stop */
102104
};

0 commit comments

Comments
 (0)