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 @@ -86,6 +86,7 @@ DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cm, I3C_CTRL_FN)
86
86
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_FN )
87
87
DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_FN )
88
88
DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_FN )
89
+ DT_FOREACH_STATUS_OKAY (renesas_ra_i3c , I3C_CTRL_FN )
89
90
DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_FN )
90
91
DT_FOREACH_STATUS_OKAY (st_stm32_i3c , I3C_CTRL_FN )
91
92
/* zephyr-keep-sorted-stop */
@@ -105,6 +106,7 @@ const struct i3c_ctrl i3c_list[] = {
105
106
DT_FOREACH_STATUS_OKAY (ite_it51xxx_i3cs , I3C_CTRL_LIST_ENTRY )
106
107
DT_FOREACH_STATUS_OKAY (nuvoton_npcx_i3c , I3C_CTRL_LIST_ENTRY )
107
108
DT_FOREACH_STATUS_OKAY (nxp_mcux_i3c , I3C_CTRL_LIST_ENTRY )
109
+ DT_FOREACH_STATUS_OKAY (renesas_ra_i3c , I3C_CTRL_LIST_ENTRY )
108
110
DT_FOREACH_STATUS_OKAY (snps_designware_i3c , I3C_CTRL_LIST_ENTRY )
109
111
DT_FOREACH_STATUS_OKAY (st_stm32_i3c , I3C_CTRL_LIST_ENTRY )
110
112
/* zephyr-keep-sorted-stop */
You can’t perform that action at this time.
0 commit comments