Skip to content
Commit dafebd0f authored by Alibek Omarov's avatar Alibek Omarov Committed by Heiko Stuebner
Browse files

clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz



PLL rate on RK356x is calculated through the simple formula:
((24000000 / _refdiv) * _fbdiv) / (_postdiv1 * _postdiv2)

The PLL rate setting for 78.75MHz seems to be copied from 96MHz
so this patch fixes it and configures it properly.

Signed-off-by: default avatarAlibek Omarov <a1ba.omarov@gmail.com>
Fixes: 842f4cb7

 ("clk: rockchip: Add more PLL rates for rk3568")
Reviewed-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Link: https://lore.kernel.org/r/20230614134750.1056293-1-a1ba.omarov@gmail.com
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7f890a88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment