Skip to content

Commit baa3165

Browse files
Imran Shaikandersson
authored andcommitted
clk: qcom: gcc-qdu1000: Update the SDCC clock RCG ops
Update the GCC SDCC clock RCG ops to clk_rcg2_floor_ops to avoid the overclocking issues on QDU1000 and QRU1000 SoCs. Signed-off-by: Imran Shaik <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 76346cf commit baa3165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/qcom/gcc-qdu1000.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ static struct clk_rcg2 gcc_sdcc5_apps_clk_src = {
903903
.name = "gcc_sdcc5_apps_clk_src",
904904
.parent_data = gcc_parent_data_8,
905905
.num_parents = ARRAY_SIZE(gcc_parent_data_8),
906-
.ops = &clk_rcg2_ops,
906+
.ops = &clk_rcg2_floor_ops,
907907
},
908908
};
909909

@@ -922,7 +922,7 @@ static struct clk_rcg2 gcc_sdcc5_ice_core_clk_src = {
922922
.name = "gcc_sdcc5_ice_core_clk_src",
923923
.parent_data = gcc_parent_data_2,
924924
.num_parents = ARRAY_SIZE(gcc_parent_data_2),
925-
.ops = &clk_rcg2_ops,
925+
.ops = &clk_rcg2_floor_ops,
926926
},
927927
};
928928

0 commit comments

Comments
 (0)