We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037705e commit 3a43cd1Copy full SHA for 3a43cd1
drivers/clk/thead/clk-th1520-ap.c
@@ -889,7 +889,6 @@ static struct ccu_common *th1520_div_clks[] = {
889
&vo_axi_clk.common,
890
&vp_apb_clk.common,
891
&vp_axi_clk.common,
892
- &cpu2vp_clk.common,
893
&venc_clk.common,
894
&dpu0_clk.common,
895
&dpu1_clk.common,
@@ -909,6 +908,7 @@ static struct ccu_common *th1520_gate_clks[] = {
909
908
&bmu_clk.common,
910
&cpu2aon_x2h_clk.common,
911
&cpu2peri_x2h_clk.common,
+ &cpu2vp_clk.common,
912
&perisys_apb1_hclk.common,
913
&perisys_apb2_hclk.common,
914
&perisys_apb3_hclk.common,
0 commit comments