Skip to content

Commit 5a1cb35

Browse files
bijudasgeertu
authored andcommitted
clk: renesas: r9a09g047: Add ICU clock/reset
Add ICU clock and reset entries. Reviewed-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> Reviewed-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250128104714.80807-3-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 7f22a29 commit 5a1cb35

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
@@ -94,6 +94,8 @@ static const struct cpg_core_clk r9a09g047_core_clks[] __initconst = {
9494
};
9595

9696
static const struct rzv2h_mod_clk r9a09g047_mod_clks[] __initconst = {
97+
DEF_MOD_CRITICAL("icu_0_pclk_i", CLK_PLLCM33_DIV16, 0, 5, 0, 5,
98+
BUS_MSTOP_NONE),
9799
DEF_MOD_CRITICAL("gic_0_gicclk", CLK_PLLDTY_ACPU_DIV4, 1, 3, 0, 19,
98100
BUS_MSTOP(3, BIT(5))),
99101
DEF_MOD("wdt_1_clkp", CLK_PLLCLN_DIV16, 4, 13, 2, 13,
@@ -156,6 +158,7 @@ static const struct rzv2h_mod_clk r9a09g047_mod_clks[] __initconst = {
156158

157159
static const struct rzv2h_reset r9a09g047_resets[] __initconst = {
158160
DEF_RST(3, 0, 1, 1), /* SYS_0_PRESETN */
161+
DEF_RST(3, 6, 1, 7), /* ICU_0_PRESETN_I */
159162
DEF_RST(3, 8, 1, 9), /* GIC_0_GICRESET_N */
160163
DEF_RST(3, 9, 1, 10), /* GIC_0_DBG_GICRESET_N */
161164
DEF_RST(7, 6, 3, 7), /* WDT_1_RESET */

0 commit comments

Comments
 (0)