Re: [PATCH v3 36/65] clk: versatile: sp810: Add a determine_rate hook

2023-04-07 Thread Pawel Moll
On 04/04/2023 11:11, Maxime Ripard wrote: > The Versatile sp810 "timerclken" clock implements a mux with a > set_parent hook, but doesn't provide a determine_rate implementation. > > This is a bit odd, since set_parent() is there to, as its name implies, > change the parent of a clock. Explanati

[PATCH v3 36/65] clk: versatile: sp810: Add a determine_rate hook

2023-04-04 Thread Maxime Ripard
The Versatile sp810 "timerclken" clock implements a mux with a set_parent hook, but doesn't provide a determine_rate implementation. This is a bit odd, since set_parent() is there to, as its name implies, change the parent of a clock. However, the most likely candidate to trigger that parent chang