Skip to content

Commit e1a0983

Browse files
John Madieugeertu
authored andcommitted
clk: renesas: r9a09g047: Add clock and reset signals for the TSU IP
Add required clocks and resets signals for the TSU IP available on the Renesas RZ/G3E SoC Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250227122453.30480-3-john.madieu.xa@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 69ac2ac commit e1a0983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/renesas/r9a09g047-cpg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ static const struct rzv2h_mod_clk r9a09g047_mod_clks[] __initconst = {
183183
BUS_MSTOP(9, BIT(4))),
184184
DEF_MOD("cru_0_pclk", CLK_PLLDTY_DIV16, 13, 4, 6, 20,
185185
BUS_MSTOP(9, BIT(4))),
186+
DEF_MOD("tsu_1_pclk", CLK_QEXTAL, 16, 10, 8, 10,
187+
BUS_MSTOP(2, BIT(15))),
186188
};
187189

188190
static const struct rzv2h_reset r9a09g047_resets[] __initconst = {
@@ -211,6 +213,7 @@ static const struct rzv2h_reset r9a09g047_resets[] __initconst = {
211213
DEF_RST(12, 5, 5, 22), /* CRU_0_PRESETN */
212214
DEF_RST(12, 6, 5, 23), /* CRU_0_ARESETN */
213215
DEF_RST(12, 7, 5, 24), /* CRU_0_S_RESETN */
216+
DEF_RST(15, 8, 7, 9), /* TSU_1_PRESETN */
214217
};
215218

216219
const struct rzv2h_cpg_info r9a09g047_cpg_info __initconst = {

0 commit comments

Comments
 (0)