Skip to content

Commit 5e96c2e

Browse files
nikita-youshgeertu
authored andcommitted
clk: renesas: r8a77980: Add I2C5 clock
The MSSR clock definition for I2C5 was missing. Add it. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230328033902.830269-1-nikita.yoush@cogentembedded.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 72cd843 commit 5e96c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ static const struct mssr_mod_clk r8a77980_mod_clks[] __initconst = {
190190
DEF_MOD("gpio0", 912, R8A77980_CLK_CP),
191191
DEF_MOD("can-fd", 914, R8A77980_CLK_S3D2),
192192
DEF_MOD("rpc-if", 917, R8A77980_CLK_RPCD2),
193+
DEF_MOD("i2c5", 919, R8A77980_CLK_S0D6),
193194
DEF_MOD("i2c4", 927, R8A77980_CLK_S0D6),
194195
DEF_MOD("i2c3", 928, R8A77980_CLK_S0D6),
195196
DEF_MOD("i2c2", 929, R8A77980_CLK_S3D2),

0 commit comments

Comments
 (0)