* [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
@ 2024-12-28 3:48 Drew Fustini
2025-01-13 21:38 ` Stephen Boyd
2025-02-03 19:16 ` patchwork-bot+linux-riscv
0 siblings, 2 replies; 3+ messages in thread
From: Drew Fustini @ 2024-12-28 3:48 UTC (permalink / raw)
To: Drew Fustini, Guo Ren, Fu Wei, Michael Turquette, Stephen Boyd,
Yangtao Li, Jisheng Zhang, linux-riscv, linux-clk, linux-kernel
Cc: Drew Fustini
cpu2vp_clk is a gate but was mistakenly in th1520_div_clks[] instead
of th1520_gate_clks[].
Fixes: ae81b69fd2b1 ("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks")
Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
---
drivers/clk/thead/clk-th1520-ap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/thead/clk-th1520-ap.c b/drivers/clk/thead/clk-th1520-ap.c
index 1015fab95251..cc81ce6bef64 100644
--- a/drivers/clk/thead/clk-th1520-ap.c
+++ b/drivers/clk/thead/clk-th1520-ap.c
@@ -896,7 +896,6 @@ static struct ccu_common *th1520_div_clks[] = {
&vo_axi_clk.common,
&vp_apb_clk.common,
&vp_axi_clk.common,
- &cpu2vp_clk.common,
&venc_clk.common,
&dpu0_clk.common,
&dpu1_clk.common,
@@ -916,6 +915,7 @@ static struct ccu_common *th1520_gate_clks[] = {
&bmu_clk.common,
&cpu2aon_x2h_clk.common,
&cpu2peri_x2h_clk.common,
+ &cpu2vp_clk.common,
&perisys_apb1_hclk.common,
&perisys_apb2_hclk.common,
&perisys_apb3_hclk.common,
--
2.40.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
2024-12-28 3:48 [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks Drew Fustini
@ 2025-01-13 21:38 ` Stephen Boyd
2025-02-03 19:16 ` patchwork-bot+linux-riscv
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2025-01-13 21:38 UTC (permalink / raw)
To: Drew Fustini, Drew Fustini, Fu Wei, Guo Ren, Jisheng Zhang,
Michael Turquette, Yangtao Li, linux-clk, linux-kernel,
linux-riscv
Cc: Drew Fustini
Quoting Drew Fustini (2024-12-27 19:48:04)
> cpu2vp_clk is a gate but was mistakenly in th1520_div_clks[] instead
> of th1520_gate_clks[].
>
> Fixes: ae81b69fd2b1 ("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks")
> Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
2024-12-28 3:48 [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks Drew Fustini
2025-01-13 21:38 ` Stephen Boyd
@ 2025-02-03 19:16 ` patchwork-bot+linux-riscv
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-riscv @ 2025-02-03 19:16 UTC (permalink / raw)
To: Drew Fustini
Cc: linux-riscv, drew, guoren, wefu, mturquette, sboyd, frank.li,
jszhang, linux-clk, linux-kernel
Hello:
This patch was applied to riscv/linux.git (fixes)
by Stephen Boyd <sboyd@kernel.org>:
On Fri, 27 Dec 2024 19:48:04 -0800 you wrote:
> cpu2vp_clk is a gate but was mistakenly in th1520_div_clks[] instead
> of th1520_gate_clks[].
>
> Fixes: ae81b69fd2b1 ("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks")
> Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
> ---
> drivers/clk/thead/clk-th1520-ap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
https://git.kernel.org/riscv/c/3a43cd19f1b8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-03 19:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28 3:48 [PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks Drew Fustini
2025-01-13 21:38 ` Stephen Boyd
2025-02-03 19:16 ` patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox