Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: renesas: r8a779h0: Add I2C clocks

Add the module clocks used by the I2C Bus Interfaces on the Renesas
R-Car V4M (R8A779H0) SoC.

Signed-off-by: Cong Dang <cong.dang.xn@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/7a76dadbce24c81dd2bee68765a0b41beca2d565.1706790236.git.geert+renesas@glider.be

authored by

Cong Dang and committed by
Geert Uytterhoeven
5aaa139b 6e8b1dcb

+4
+4
drivers/clk/renesas/r8a779h0-cpg-mssr.c
··· 177 177 DEF_MOD("hscif1", 515, R8A779H0_CLK_SASYNCPERD1), 178 178 DEF_MOD("hscif2", 516, R8A779H0_CLK_SASYNCPERD1), 179 179 DEF_MOD("hscif3", 517, R8A779H0_CLK_SASYNCPERD1), 180 + DEF_MOD("i2c0", 518, R8A779H0_CLK_S0D6_PER), 181 + DEF_MOD("i2c1", 519, R8A779H0_CLK_S0D6_PER), 182 + DEF_MOD("i2c2", 520, R8A779H0_CLK_S0D6_PER), 183 + DEF_MOD("i2c3", 521, R8A779H0_CLK_S0D6_PER), 180 184 DEF_MOD("wdt1:wdt0", 907, R8A779H0_CLK_R), 181 185 DEF_MOD("pfc0", 915, R8A779H0_CLK_CP), 182 186 DEF_MOD("pfc1", 916, R8A779H0_CLK_CP),