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 @@ -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 )
8485DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_FN )
8586DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_FN )
8687DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_FN )
@@ -101,6 +102,7 @@ DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
101102
102103const struct i3c_ctrl i3c_list [] = {
103104 /* zephyr-keep-sorted-start */
105+ DT_FOREACH_STATUS_OKAY (adi_max32_i3c , I3C_CTRL_LIST_ENTRY )
104106 DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_LIST_ENTRY )
105107 DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_LIST_ENTRY )
106108 DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_LIST_ENTRY )
You can’t perform that action at this time.
0 commit comments