File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ struct i3c_ctrl {
82
82
83
83
/* zephyr-keep-sorted-start */
84
84
DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_FN )
85
+ DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_FN )
86
+ DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_FN )
85
87
DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_FN )
86
88
DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_FN )
87
89
DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_FN )
@@ -99,6 +101,8 @@ DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
99
101
const struct i3c_ctrl i3c_list [] = {
100
102
/* zephyr-keep-sorted-start */
101
103
DT_FOREACH_STATUS_OKAY (cdns_i3c , I3C_CTRL_LIST_ENTRY )
104
+ DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cm , I3C_CTRL_LIST_ENTRY )
105
+ DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_LIST_ENTRY )
102
106
DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_LIST_ENTRY )
103
107
DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_LIST_ENTRY )
104
108
DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_LIST_ENTRY )
You can’t perform that action at this time.
0 commit comments