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 {
8282
8383/* zephyr-keep-sorted-start */
8484DT_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 )
8587DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_FN )
8688DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_FN )
8789DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_FN )
@@ -99,6 +101,8 @@ DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
99101const struct i3c_ctrl i3c_list [] = {
100102 /* zephyr-keep-sorted-start */
101103 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 )
102106 DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_LIST_ENTRY )
103107 DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_LIST_ENTRY )
104108 DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_LIST_ENTRY )
You can’t perform that action at this time.
0 commit comments