mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 15:03:53 +02:00
clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
cpu2vp_clk is a gate but was mistakenly in th1520_div_clks[] instead
of th1520_gate_clks[].
Fixes: ae81b69fd2
("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks")
Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
Link: https://lore.kernel.org/r/20241228034802.1573554-1-dfustini@tenstorrent.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
037705e94b
commit
3a43cd19f1
|
@ -889,7 +889,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,
|
||||
|
@ -909,6 +908,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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user