]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: renesas: rcar-gen4: Add support for fractional multiplication
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Jul 2024 11:50:25 +0000 (13:50 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 30 Jul 2024 08:44:18 +0000 (10:44 +0200)
commit1b131e08e7f2b2271a32361bb0ae466d6cc50fbd
treef19123da24b0ba8264c5304ca16054db432d8c5f
parentdd82ab4fdf402461fb768e31f687c7b8ec4eb91f
clk: renesas: rcar-gen4: Add support for fractional multiplication

R-Car Gen4 PLLs support fractional multiplication, which can improve
accuracy when configuring a specific frequency.

Add support for fractional multiplication to the custom clock driver
for PLLs, which is currently used only for PLL2 on R-Car V4H.
While at it, add the missing blank line after the function.

Note that Fractional Multiplication is not enabled by the driver,
but used only if the boot loaded enabled it before.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/1a58ebef6f54460f49fb81ba9bbf288164de2646.1721648548.git.geert+renesas@glider.be
drivers/clk/renesas/rcar-gen4-cpg.c