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 {
81
81
I3C_LIST_DEV_GET_FN(node_id)
82
82
83
83
/* zephyr-keep-sorted-start */
84
+ DT_FOREACH_STATUS_OKAY (adi_max32_i3c , I3C_CTRL_FN )
84
85
DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_FN )
85
86
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_FN )
86
87
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_FN )
@@ -100,6 +101,7 @@ DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
100
101
101
102
const struct i3c_ctrl i3c_list [] = {
102
103
/* zephyr-keep-sorted-start */
104
+ DT_FOREACH_STATUS_OKAY (adi_max32_i3c , I3C_CTRL_LIST_ENTRY )
103
105
DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_LIST_ENTRY )
104
106
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_LIST_ENTRY )
105
107
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_LIST_ENTRY )
You can’t perform that action at this time.
0 commit comments