mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
clk: renesas: r8a779f0: Add PFC clock
Add the module clock used by the Pin Function (PFC/GPIO) controller on the Renesas R-Car S4-8 (R8A779F0) SoC. Extracted from a larger patch in the BSP by LUU HOAI. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/4ef3d3dfe714ad75112e4886efea0b66e40a33bc.1645457502.git.geert+renesas@glider.be
This commit is contained in:
parent
5447d32c55
commit
73421f2a48
@ -128,6 +128,7 @@ static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
|
|||||||
DEF_MOD("sys-dmac0", 709, R8A779F0_CLK_S0D3_PER),
|
DEF_MOD("sys-dmac0", 709, R8A779F0_CLK_S0D3_PER),
|
||||||
DEF_MOD("sys-dmac1", 710, R8A779F0_CLK_S0D3_PER),
|
DEF_MOD("sys-dmac1", 710, R8A779F0_CLK_S0D3_PER),
|
||||||
DEF_MOD("wdt", 907, R8A779F0_CLK_R),
|
DEF_MOD("wdt", 907, R8A779F0_CLK_R),
|
||||||
|
DEF_MOD("pfc0", 915, R8A779F0_CLK_CL16M),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned int r8a779f0_crit_mod_clks[] __initconst = {
|
static const unsigned int r8a779f0_crit_mod_clks[] __initconst = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user