Skip to content

Commit 23c5991

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: r9a09g057: Add clock and reset entries for I3C
Add module clock entries for the I3C controller on the RZ/V2H(P) (R9A09G057) SoC. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250904155507.245744-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 09e3a04 commit 23c5991

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/clk/renesas/r9a09g057-cpg.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ static const struct rzv2h_mod_clk r9a09g057_mod_clks[] __initconst = {
260260
BUS_MSTOP(11, BIT(2))),
261261
DEF_MOD("scif_0_clk_pck", CLK_PLLCM33_DIV16, 8, 15, 4, 15,
262262
BUS_MSTOP(3, BIT(14))),
263+
DEF_MOD("i3c_0_pclkrw", CLK_PLLCLN_DIV16, 9, 0, 4, 16,
264+
BUS_MSTOP(10, BIT(15))),
265+
DEF_MOD("i3c_0_pclk", CLK_PLLCLN_DIV16, 9, 1, 4, 17,
266+
BUS_MSTOP(10, BIT(15))),
267+
DEF_MOD("i3c_0_tclk", CLK_PLLCLN_DIV8, 9, 2, 4, 18,
268+
BUS_MSTOP(10, BIT(15))),
263269
DEF_MOD("riic_8_ckm", CLK_PLLCM33_DIV16, 9, 3, 4, 19,
264270
BUS_MSTOP(3, BIT(13))),
265271
DEF_MOD("riic_0_ckm", CLK_PLLCLN_DIV16, 9, 4, 4, 20,
@@ -403,6 +409,8 @@ static const struct rzv2h_reset r9a09g057_resets[] __initconst = {
403409
DEF_RST(7, 15, 3, 16), /* RSPI_2_PRESETN */
404410
DEF_RST(8, 0, 3, 17), /* RSPI_2_TRESETN */
405411
DEF_RST(9, 5, 4, 6), /* SCIF_0_RST_SYSTEM_N */
412+
DEF_RST(9, 6, 4, 7), /* I3C_0_PRESETN */
413+
DEF_RST(9, 7, 4, 8), /* I3C_0_TRESETN */
406414
DEF_RST(9, 8, 4, 9), /* RIIC_0_MRST */
407415
DEF_RST(9, 9, 4, 10), /* RIIC_1_MRST */
408416
DEF_RST(9, 10, 4, 11), /* RIIC_2_MRST */

0 commit comments

Comments
 (0)