commit | 1c924fc679123e6057239693d226c8d8c5780626 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Apr 01 15:01:37 2021 +0200 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue May 11 09:58:13 2021 +0200 |
tree | 8dc911dc69921aa64f89a9e57eb37fb8dba6d449 | |
parent | c9d1b58b272e272fc7121929e2d0e0755ea1656e [diff] |
clk: renesas: div6: Consider all parents for requested rate Currently the .determine_rate() callback considers only the current parent clock, limiting the range of achievable clock rates on DIV6 clocks with multiple parents, as found on SH/R-Mobile SoCs. Extend the callback to consider all available parent clocks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/60e639692b462f99e0b6ab868c3675b3d97dbdb0.1617281699.git.geert+renesas@glider.be