File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ struct i3c_ctrl {
8282DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_FN )
8383DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_FN )
8484DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_FN )
85+ DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_FN )
8586DT_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};
You can’t perform that action at this time.
0 commit comments