Skip to content

Commit

Permalink
drivers: k230: Fix clock driver
Browse files Browse the repository at this point in the history
Signed-off-by: wycwyhwyq <[email protected]>
  • Loading branch information
wycwyhwyq committed Nov 21, 2024
1 parent 5353012 commit b87e75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-k230.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ static struct clk *_of_cannan_k230_clk_composite_setup(struct device_node *node)
if (true == mux) {
p_clk_ops->set_parent = k230_clk_composite_set_parent;
p_clk_ops->get_parent = k230_clk_composite_get_parent;
p_clk_ops->determine_rate = __clk_mux_determine_rate_closest;
}
if (true == rate) {
p_clk_ops->recalc_rate = k230_clk_composite_recalc_rate;
Expand Down

0 comments on commit b87e75e

Please sign in to comment.