Skip to content

Commit ebb3acf

Browse files
Ovidiu Panaitgeertu
authored andcommitted
clk: renesas: r9a09g056: Add clock and reset entries for TSU
Add module clock and reset entries for the TSU0 and TSU1 blocks on the Renesas RZ/V2N (R9A09G056) SoC. Signed-off-by: Ovidiu Panait <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 2efea3b commit ebb3acf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/clk/renesas/r9a09g056-cpg.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@ static const struct rzv2h_mod_clk r9a09g056_mod_clks[] __initconst = {
537537
BUS_MSTOP(3, BIT(4))),
538538
DEF_MOD("gpu_0_ace_clk", CLK_PLLDTY_ACPU_DIV2, 15, 2, 7, 18,
539539
BUS_MSTOP(3, BIT(4))),
540+
DEF_MOD("tsu_0_pclk", CLK_QEXTAL, 16, 9, 8, 9,
541+
BUS_MSTOP(5, BIT(2))),
542+
DEF_MOD("tsu_1_pclk", CLK_QEXTAL, 16, 10, 8, 10,
543+
BUS_MSTOP(2, BIT(15))),
540544
};
541545

542546
static const struct rzv2h_reset r9a09g056_resets[] __initconst = {
@@ -626,6 +630,8 @@ static const struct rzv2h_reset r9a09g056_resets[] __initconst = {
626630
DEF_RST(13, 13, 6, 14), /* GPU_0_RESETN */
627631
DEF_RST(13, 14, 6, 15), /* GPU_0_AXI_RESETN */
628632
DEF_RST(13, 15, 6, 16), /* GPU_0_ACE_RESETN */
633+
DEF_RST(15, 7, 7, 8), /* TSU_0_PRESETN */
634+
DEF_RST(15, 8, 7, 9), /* TSU_1_PRESETN */
629635
};
630636

631637
const struct rzv2h_cpg_info r9a09g056_cpg_info __initconst = {

0 commit comments

Comments
 (0)