Skip to content

Commit c591745

Browse files
Xianwei Zhaojbrun3t
authored andcommitted
clk: meson: s4: fix pwm_j_div parent clock
Update peripherals pwm_j_div's parent clock to pwm_j_mux Fixes: 57b55c7 ("clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller") Signed-off-by: Xianwei Zhao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jerome Brunet <[email protected]>
1 parent c1380ad commit c591745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/meson/s4-peripherals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ static struct clk_regmap s4_pwm_j_div = {
29782978
.name = "pwm_j_div",
29792979
.ops = &clk_regmap_divider_ops,
29802980
.parent_hws = (const struct clk_hw *[]) {
2981-
&s4_pwm_h_mux.hw
2981+
&s4_pwm_j_mux.hw
29822982
},
29832983
.num_parents = 1,
29842984
.flags = CLK_SET_RATE_PARENT,

0 commit comments

Comments
 (0)