Skip to content

Commit d843e61

Browse files
nikita-youshgeertu
authored andcommitted
clk: renesas: r8a7799[05]: Add MLP clocks
Add clocks for MLP modules on Renesas R-Car E3 and D3 SoCs. Similar to other R-Car Gen3 SoC, exact information on the parents of MLP clocks on E3 and D3 is not available. However, since the parents of these clocks are not anyhow software-controllable, the only harm from this is inexact information exported via debugfs. So just keep the parent set in the same way as with other Gen3 SoCs. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Link: https://lore.kernel.org/r/20211225193957.2195012-1-nikita.yoush@cogentembedded.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 59a43fa commit d843e61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static const struct mssr_mod_clk r8a77990_mod_clks[] __initconst = {
200200
DEF_MOD("du0", 724, R8A77990_CLK_S1D1),
201201
DEF_MOD("lvds", 727, R8A77990_CLK_S2D1),
202202

203+
DEF_MOD("mlp", 802, R8A77990_CLK_S2D1),
203204
DEF_MOD("vin5", 806, R8A77990_CLK_S1D2),
204205
DEF_MOD("vin4", 807, R8A77990_CLK_S1D2),
205206
DEF_MOD("etheravb", 812, R8A77990_CLK_S3D2),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ static const struct mssr_mod_clk r8a77995_mod_clks[] __initconst = {
160160
DEF_MOD("du1", 723, R8A77995_CLK_S1D1),
161161
DEF_MOD("du0", 724, R8A77995_CLK_S1D1),
162162
DEF_MOD("lvds", 727, R8A77995_CLK_S2D1),
163+
DEF_MOD("mlp", 802, R8A77995_CLK_S2D1),
163164
DEF_MOD("vin4", 807, R8A77995_CLK_S1D2),
164165
DEF_MOD("etheravb", 812, R8A77995_CLK_S3D2),
165166
DEF_MOD("imr0", 823, R8A77995_CLK_S1D2),

0 commit comments

Comments
 (0)