Skip to content

Commit 080bcd8

Browse files
Wolfram Sanggeertu
authored andcommitted
clk: renesas: r8a779f0: Add HSCIF clocks
Signed-off-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent b7f64ea commit 080bcd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ static const struct cpg_core_clk r8a779f0_core_clks[] __initconst = {
120120
};
121121

122122
static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
123+
DEF_MOD("hscif0", 514, R8A779F0_CLK_S0D3),
124+
DEF_MOD("hscif1", 515, R8A779F0_CLK_S0D3),
125+
DEF_MOD("hscif2", 516, R8A779F0_CLK_S0D3),
126+
DEF_MOD("hscif3", 517, R8A779F0_CLK_S0D3),
123127
DEF_MOD("i2c0", 518, R8A779F0_CLK_S0D6_PER),
124128
DEF_MOD("i2c1", 519, R8A779F0_CLK_S0D6_PER),
125129
DEF_MOD("i2c2", 520, R8A779F0_CLK_S0D6_PER),

0 commit comments

Comments
 (0)