Skip to content

Commit 3a43cd1

Browse files
tt-fustinibebarino
authored andcommitted
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: ae81b69 ("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks") Signed-off-by: Drew Fustini <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 037705e commit 3a43cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/thead/clk-th1520-ap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ static struct ccu_common *th1520_div_clks[] = {
889889
&vo_axi_clk.common,
890890
&vp_apb_clk.common,
891891
&vp_axi_clk.common,
892-
&cpu2vp_clk.common,
893892
&venc_clk.common,
894893
&dpu0_clk.common,
895894
&dpu1_clk.common,
@@ -909,6 +908,7 @@ static struct ccu_common *th1520_gate_clks[] = {
909908
&bmu_clk.common,
910909
&cpu2aon_x2h_clk.common,
911910
&cpu2peri_x2h_clk.common,
911+
&cpu2vp_clk.common,
912912
&perisys_apb1_hclk.common,
913913
&perisys_apb2_hclk.common,
914914
&perisys_apb3_hclk.common,

0 commit comments

Comments
 (0)