diff options
| author | Xianwei Zhao <xianwei.zhao@amlogic.com> | 2024-05-16 10:16:12 +0300 |
|---|---|---|
| committer | Jerome Brunet <jbrunet@baylibre.com> | 2024-06-03 13:39:33 +0300 |
| commit | c591745831e75b11ef19fb33c5c5a16e4d3f7fbf (patch) | |
| tree | a76ab3fc70458df36762f475450c0236abb614c4 | |
| parent | c1380adf2e8680a00dedaf1b25c19beadbbe5bbd (diff) | |
| download | linux-c591745831e75b11ef19fb33c5c5a16e4d3f7fbf.tar.xz | |
clk: meson: s4: fix pwm_j_div parent clock
Update peripherals pwm_j_div's parent clock to pwm_j_mux
Fixes: 57b55c76aaf1 ("clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller")
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://lore.kernel.org/r/20240516071612.2978201-1-xianwei.zhao@amlogic.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
| -rw-r--r-- | drivers/clk/meson/s4-peripherals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/s4-peripherals.c b/drivers/clk/meson/s4-peripherals.c index 5e17ca50ab09..73340c7e815e 100644 --- a/drivers/clk/meson/s4-peripherals.c +++ b/drivers/clk/meson/s4-peripherals.c @@ -2978,7 +2978,7 @@ static struct clk_regmap s4_pwm_j_div = { .name = "pwm_j_div", .ops = &clk_regmap_divider_ops, .parent_hws = (const struct clk_hw *[]) { - &s4_pwm_h_mux.hw + &s4_pwm_j_mux.hw }, .num_parents = 1, .flags = CLK_SET_RATE_PARENT, |
