Re: [PATCH v1] clk qcom: clk-alpha-pll: Update to use determine rate ops for PLL

From: Stephen Boyd
Date: Mon Jan 24 2022 - 21:37:35 EST


Quoting Taniya Das (2022-01-24 09:48:05)
> On 32 bit devices, where the PLL requires to support the frequency
> beyond the range of the `long int` the round rate ops cannot support.
> Thus update the clk_ops to use determine rate instead.
>
> While at it also fix the code in RCG.

Please split this into two patches, and tag with Fixes