Skip to content

Commit 33b22d9

Browse files
bijudasgeertu
authored andcommitted
clk: renesas: r9a07g044: Add TSU clock and reset entry
Add TSU clock and reset entry to CPG driver. Signed-off-by: Biju Das <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 45177fc commit 33b22d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/renesas/r9a07g044-cpg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ static struct rzg2l_mod_clk r9a07g044_mod_clks[] = {
260260
0x5a8, 0),
261261
DEF_MOD("adc_pclk", R9A07G044_ADC_PCLK, R9A07G044_CLK_P0,
262262
0x5a8, 1),
263+
DEF_MOD("tsu_pclk", R9A07G044_TSU_PCLK, R9A07G044_CLK_TSU,
264+
0x5ac, 0),
263265
};
264266

265267
static struct rzg2l_reset r9a07g044_resets[] = {
@@ -308,6 +310,7 @@ static struct rzg2l_reset r9a07g044_resets[] = {
308310
DEF_RST(R9A07G044_GPIO_SPARE_RESETN, 0x898, 2),
309311
DEF_RST(R9A07G044_ADC_PRESETN, 0x8a8, 0),
310312
DEF_RST(R9A07G044_ADC_ADRST_N, 0x8a8, 1),
313+
DEF_RST(R9A07G044_TSU_PRESETN, 0x8ac, 0),
311314
};
312315

313316
static const unsigned int r9a07g044_crit_mod_clks[] __initconst = {

0 commit comments

Comments
 (0)