Re: [PATCH v4 2/2] clk: clk-conf: support assigned-clock-rates-u64
From: Stephen Boyd
Date: Thu Aug 08 2024 - 15:46:11 EST
Quoting Peng Fan (OSS) (2024-08-04 05:32:56)
> From: Peng Fan <peng.fan@xxxxxxx>
>
> i.MX95 System Management Control Firmware(SCMI) manages the clock
> function, it exposes PLL VCO which could support up to 5GHz rate that
> exceeds UINT32_MAX. So add assigned-clock-rates-u64 support
> to set rate that exceeds UINT32_MAX.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> drivers/clk/clk-conf.c | 42 +++++++++++++++++++++++++++++++++++++-----
> 1 file changed, 37 insertions(+), 5 deletions(-)
Thanks. I'd like to have a DT overlay KUnit test for this as well.
Either you can write it, or I'll write it next week.