Skip to content

Commit 664bb2e

Browse files
bijudasgeertu
authored andcommitted
clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK critical
Add IA55_CLK and DMAC_ACLK as critical clocks. Previously it worked ok, because of a bug in clock status function and the following patch in this series fixes the original bug. Fixes: c3e67ad ("dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions") Fixes: eb829e5 ("clk: renesas: r9a07g044: Add DMAC clocks/resets") Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 6880fa6 commit 664bb2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/renesas/r9a07g044-cpg.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ static struct rzg2l_reset r9a07g044_resets[] = {
186186

187187
static const unsigned int r9a07g044_crit_mod_clks[] __initconst = {
188188
MOD_CLK_BASE + R9A07G044_GIC600_GICCLK,
189+
MOD_CLK_BASE + R9A07G044_IA55_CLK,
190+
MOD_CLK_BASE + R9A07G044_DMAC_ACLK,
189191
};
190192

191193
const struct rzg2l_cpg_info r9a07g044_cpg_info = {

0 commit comments

Comments
 (0)