Skip to content

Commit 151c31e

Browse files
committed
Merge tag 'clk-meson-v6.9-1' of https://github.com/BayLibre/clk-meson into clk-amlogic
Pull Amlogic clk driver update from Jerome Brunet: - Fix clock listing Oops on Amlogic axg * tag 'clk-meson-v6.9-1' of https://github.com/BayLibre/clk-meson: clk: meson: Add missing clocks to axg_clk_regmaps
2 parents 6613476 + ba535bc commit 151c31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/meson/axg.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,9 @@ static struct clk_regmap *const axg_clk_regmaps[] = {
21422142
&axg_vclk_input,
21432143
&axg_vclk2_input,
21442144
&axg_vclk_div,
2145+
&axg_vclk_div1,
21452146
&axg_vclk2_div,
2147+
&axg_vclk2_div1,
21462148
&axg_vclk_div2_en,
21472149
&axg_vclk_div4_en,
21482150
&axg_vclk_div6_en,

0 commit comments

Comments
 (0)