* [PATCH] clk: meson: s4: fix pwm_j_div parent clock
@ 2024-05-16 7:16 Xianwei Zhao
2024-06-03 13:24 ` Jerome Brunet
0 siblings, 1 reply; 2+ messages in thread
From: Xianwei Zhao @ 2024-05-16 7:16 UTC (permalink / raw)
To: linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel
Cc: Neil Armstrong, Jerome Brunet, Michael Turquette, Stephen Boyd,
Kevin Hilman, Yu Tu, Xianwei Zhao
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>
---
drivers/clk/meson/s4-peripherals.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/meson/s4-peripherals.c b/drivers/clk/meson/s4-peripherals.c
index 6c35de3d536f..75a84e4cc2df 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,
--
2.39.2
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: meson: s4: fix pwm_j_div parent clock
2024-05-16 7:16 [PATCH] clk: meson: s4: fix pwm_j_div parent clock Xianwei Zhao
@ 2024-06-03 13:24 ` Jerome Brunet
0 siblings, 0 replies; 2+ messages in thread
From: Jerome Brunet @ 2024-06-03 13:24 UTC (permalink / raw)
To: linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel,
Xianwei Zhao
Cc: Jerome Brunet, Neil Armstrong, Michael Turquette, Stephen Boyd,
Kevin Hilman, Yu Tu
Applied to clk-meson (v6.11/drivers), thanks!
[1/1] clk: meson: s4: fix pwm_j_div parent clock
https://github.com/BayLibre/clk-meson/commit/c591745831e7
Best regards,
--
Jerome
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-03 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 7:16 [PATCH] clk: meson: s4: fix pwm_j_div parent clock Xianwei Zhao
2024-06-03 13:24 ` Jerome Brunet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).