On 3/15/25 3:57 PM, Barnabás Czémán wrote: > From: Daniil Titov <daniilt...@gmail.com> > > Modify existing MSM8917 driver to support MSM8937 SoC. Override frequencies > which are different in this chip. Register all the clocks to the framework > for the clients to be able to request for them. Add new variant of GDSC for > new chip. > > Signed-off-by: Daniil Titov <daniilt...@gmail.com> > Signed-off-by: Barnabás Czémán <barnabas.cze...@mainlining.org> > ---
[...] > +static void msm8937_clock_override(void) > +{ > + /* GPLL3 750MHz configuration */ So this is a variable rate PLL, I'm not sure how it plays out with your frequency table - it looks a little different to the 3.18 version The patch looks good otherwise Konrad