We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cce33a commit 44d13e1Copy full SHA for 44d13e1
drivers/clk/renesas/r9a09g057-cpg.c
@@ -94,6 +94,7 @@ static const struct cpg_core_clk r9a09g057_core_clks[] __initconst = {
94
};
95
96
static const struct rzv2h_mod_clk r9a09g057_mod_clks[] __initconst = {
97
+ DEF_MOD_CRITICAL("icu_0_pclk_i", CLK_PLLCM33_DIV16, 0, 5, 0, 5),
98
DEF_MOD("gtm_0_pclk", CLK_PLLCM33_DIV16, 4, 3, 2, 3),
99
DEF_MOD("gtm_1_pclk", CLK_PLLCM33_DIV16, 4, 4, 2, 4),
100
DEF_MOD("gtm_2_pclk", CLK_PLLCLN_DIV16, 4, 5, 2, 5),
@@ -135,6 +136,7 @@ static const struct rzv2h_mod_clk r9a09g057_mod_clks[] __initconst = {
135
136
137
138
static const struct rzv2h_reset r9a09g057_resets[] __initconst = {
139
+ DEF_RST(3, 6, 1, 7), /* ICU_0_PRESETN_I */
140
DEF_RST(6, 13, 2, 30), /* GTM_0_PRESETZ */
141
DEF_RST(6, 14, 2, 31), /* GTM_1_PRESETZ */
142
DEF_RST(6, 15, 3, 0), /* GTM_2_PRESETZ */
0 commit comments