Message ID | 20240201050023.1490448-2-kazuhiro3.hayashi@toshiba.co.jp (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Pavel Machek |
Headers | show |
Series | clk: Fix for restructuring for no reparent case | expand |
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index fe61fdc7c025..c048c6b1b8c3 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -614,6 +614,7 @@ clk_core_determine_rate_no_reparent(struct clk_hw *hw, best = clk_core_get_rate_nolock(core); } + req->best_parent_rate = best; req->rate = best; return 0;