Skip to content

Commit eb1b2e0

Browse files
thenguyenyfkartben
authored andcommitted
drivers: i3c: shell: enable i3c shell support for renesas,ra-i3c
This commit introduces support for i3c shell on Renesas RA devices Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent 473c550 commit eb1b2e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/i3c/i3c_shell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cm, I3C_CTRL_FN)
8686
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cs, I3C_CTRL_FN)
8787
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_FN)
8888
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_FN)
89+
DT_FOREACH_STATUS_OKAY(renesas_ra_i3c, I3C_CTRL_FN)
8990
DT_FOREACH_STATUS_OKAY(snps_designware_i3c, I3C_CTRL_FN)
9091
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
9192
/* zephyr-keep-sorted-stop */
@@ -105,6 +106,7 @@ const struct i3c_ctrl i3c_list[] = {
105106
DT_FOREACH_STATUS_OKAY(ite_it51xxx_i3cs, I3C_CTRL_LIST_ENTRY)
106107
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_LIST_ENTRY)
107108
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_LIST_ENTRY)
109+
DT_FOREACH_STATUS_OKAY(renesas_ra_i3c, I3C_CTRL_LIST_ENTRY)
108110
DT_FOREACH_STATUS_OKAY(snps_designware_i3c, I3C_CTRL_LIST_ENTRY)
109111
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_LIST_ENTRY)
110112
/* zephyr-keep-sorted-stop */

0 commit comments

Comments
 (0)