clk: renesas: r8a779f0: Add UFS clock
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 11 Apr 2022 12:49:32 +0000 (21:49 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 25 Apr 2022 08:43:41 +0000 (10:43 +0200)
Add the module clock used by the UFS host controller on the Renesas
R-Car S4-8 (R8A779F0) SoC.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20220411124932.3765571-1-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a779f0-cpg-mssr.c

index 08e8d95..5ed5dab 100644 (file)
@@ -132,6 +132,7 @@ static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
        DEF_MOD("sys-dmac1",    710,    R8A779F0_CLK_S0D3_PER),
        DEF_MOD("wdt",          907,    R8A779F0_CLK_R),
        DEF_MOD("pfc0",         915,    R8A779F0_CLK_CL16M),
+       DEF_MOD("ufs",          1514,   R8A779F0_CLK_S0D4_HSC),
 };
 
 static const unsigned int r8a779f0_crit_mod_clks[] __initconst = {