Skip to content

Commit ab52dd8

Browse files
CongDanggeertu
authored andcommitted
clk: renesas: r8a779h0: Add PWM clock
Add the module clock used by the PWM timers on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Cong Dang <[email protected]> [wsa: rebased] Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 4b3b9cd commit ab52dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/renesas/r8a779h0-cpg-mssr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] __initconst = {
196196
DEF_MOD("msi4", 622, R8A779H0_CLK_MSO),
197197
DEF_MOD("msi5", 623, R8A779H0_CLK_MSO),
198198
DEF_MOD("pcie0", 624, R8A779H0_CLK_S0D2_HSC),
199+
DEF_MOD("pwm", 628, R8A779H0_CLK_SASYNCPERD4),
199200
DEF_MOD("rpc-if", 629, R8A779H0_CLK_RPCD2),
200201
DEF_MOD("scif0", 702, R8A779H0_CLK_SASYNCPERD4),
201202
DEF_MOD("scif1", 703, R8A779H0_CLK_SASYNCPERD4),

0 commit comments

Comments
 (0)