RE: [PATCH v4 2/2] clk: clk-conf: support assigned-clock-rates-u64

From: Peng Fan
Date: Fri Aug 16 2024 - 23:05:04 EST


> Subject: Re: [PATCH v4 2/2] clk: clk-conf: support assigned-clock-rates-
> u64
>
> 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>
> > ---
>
> The patch doesn't compile because of missing slab.h include. I added it
> and applied to clk-next.

I did not meet build issue for ARM64, but anyway thanks for helping
handle it.

Thanks,
Peng.