We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b0dff commit 2f77da0Copy full SHA for 2f77da0
drivers/clk/renesas/r8a774e1-cpg-mssr.c
@@ -76,6 +76,7 @@ static const struct cpg_core_clk r8a774e1_core_clks[] __initconst = {
76
/* Core Clock Outputs */
77
DEF_GEN3_Z("z", R8A774E1_CLK_Z, CLK_TYPE_GEN3_Z, CLK_PLL0, 2, 8),
78
DEF_GEN3_Z("z2", R8A774E1_CLK_Z2, CLK_TYPE_GEN3_Z, CLK_PLL2, 2, 0),
79
+ DEF_GEN3_Z("zg", R8A774E1_CLK_ZG, CLK_TYPE_GEN3_ZG, CLK_PLL4, 4, 24),
80
DEF_FIXED("ztr", R8A774E1_CLK_ZTR, CLK_PLL1_DIV2, 6, 1),
81
DEF_FIXED("ztrd2", R8A774E1_CLK_ZTRD2, CLK_PLL1_DIV2, 12, 1),
82
DEF_FIXED("zt", R8A774E1_CLK_ZT, CLK_PLL1_DIV2, 4, 1),
@@ -124,6 +125,7 @@ static const struct cpg_core_clk r8a774e1_core_clks[] __initconst = {
124
125
};
126
127
static const struct mssr_mod_clk r8a774e1_mod_clks[] __initconst = {
128
+ DEF_MOD("3dge", 112, R8A774E1_CLK_ZG),
129
DEF_MOD("fdp1-1", 118, R8A774E1_CLK_S0D1),
130
DEF_MOD("fdp1-0", 119, R8A774E1_CLK_S0D1),
131
DEF_MOD("tmu4", 121, R8A774E1_CLK_S0D6),
0 commit comments