1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-22 14:47:21 +01:00
Files
u-boot-megous/drivers
Elaine Zhang 6bfb37e702 clk: rockchip: rk3588: fix up the frac pll calculation
rk3588 frac pll:
FFVCO = ((m + k / 65536) * FFIN) / p
FFOUT = ((m + k / 65536) * FFIN) / (p * 2s)
k is the original code, but the K[15:0] is complement code
(6'b1000_0000_0000_0000 <= K[15:0] <= 16'b0111_1111_1111_1111),
need to be converted.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2023-10-23 18:21:55 +08:00
..
2021-10-05 08:50:15 -04:00
2023-05-02 14:23:58 -04:00
2023-10-16 15:46:18 +02:00
2023-10-11 10:35:24 -04:00
2023-03-02 17:45:58 -05:00
2023-10-16 15:46:18 +02:00
2023-01-20 12:27:24 -05:00
2023-04-25 15:31:28 -04:00