Skip to content

Commit ba1ec92

Browse files
Demon000geertu
authored andcommitted
clk: renesas: r9a09g077: Add ADC module clocks
Renesas RZ/T2H (R9A09G077) and RZ/N2H (R9A09G087) SoCs have three 12-bit ADC peripherals, each with their own peripheral clock. For conversion, they use the PCLKL clock. Add their clocks to the list of module clocks. Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250923160524.1096720-2-cosmin-gabriel.tanislav.xa@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent b91401a commit ba1ec92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/clk/renesas/r9a09g077-cpg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ static const struct mssr_mod_clk r9a09g077_mod_clks[] __initconst = {
188188
DEF_MOD("sci4fck", 12, CLK_SCI4ASYNC),
189189
DEF_MOD("iic0", 100, R9A09G077_CLK_PCLKL),
190190
DEF_MOD("iic1", 101, R9A09G077_CLK_PCLKL),
191+
DEF_MOD("adc0", 206, R9A09G077_CLK_PCLKH),
192+
DEF_MOD("adc1", 207, R9A09G077_CLK_PCLKH),
193+
DEF_MOD("adc2", 225, R9A09G077_CLK_PCLKM),
191194
DEF_MOD("gmac0", 400, R9A09G077_CLK_PCLKM),
192195
DEF_MOD("ethsw", 401, R9A09G077_CLK_PCLKM),
193196
DEF_MOD("ethss", 403, R9A09G077_CLK_PCLKM),

0 commit comments

Comments
 (0)