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 eee377b commit e53f208Copy full SHA for e53f208
drivers/clk/qcom/gcc-sm6125.c
@@ -1121,7 +1121,7 @@ static struct clk_rcg2 gcc_sdcc1_apps_clk_src = {
1121
.name = "gcc_sdcc1_apps_clk_src",
1122
.parent_data = gcc_parent_data_1,
1123
.num_parents = ARRAY_SIZE(gcc_parent_data_1),
1124
- .ops = &clk_rcg2_ops,
+ .ops = &clk_rcg2_floor_ops,
1125
},
1126
};
1127
@@ -1143,7 +1143,7 @@ static struct clk_rcg2 gcc_sdcc1_ice_core_clk_src = {
1143
.name = "gcc_sdcc1_ice_core_clk_src",
1144
.parent_data = gcc_parent_data_0,
1145
.num_parents = ARRAY_SIZE(gcc_parent_data_0),
1146
- .ops = &clk_rcg2_floor_ops,
+ .ops = &clk_rcg2_ops,
1147
1148
1149
0 commit comments