On Tuesday, April 19th, 2022 at 9:49 PM, Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> wrote: > On Fri 08 Apr 23:16 CDT 2022, Yassine Oudjana wrote: > > > MSM8996 Pro (MSM8996SG) has a /4 divisor on the CBF clock > > instead of /2. This allows it to reach a lower minimum frequency > > of 192000000Hz compared to 307200000Hz on regular MSM8996. > > Add support for setting the CBF clock divisor to /4 for MSM8996 Pro. > > > > Signed-off-by: Yassine Oudjana y.oudjana@xxxxxxxxxxxxxx > > Reviewed-by: Konrad Dybcio konrad.dybcio@xxxxxxxxxxxxxx > > --- > > drivers/clk/qcom/clk-cpu-8996.c | 61 +++++++++++++++++++++------------ > > 1 file changed, 40 insertions(+), 21 deletions(-) > > > > diff --git a/drivers/clk/qcom/clk-cpu-8996.c b/drivers/clk/qcom/clk-cpu-8996.c > > index 8afc271f92d0..231d8224fa16 100644 > > --- a/drivers/clk/qcom/clk-cpu-8996.c > > +++ b/drivers/clk/qcom/clk-cpu-8996.c > > @@ -70,11 +70,11 @@ enum _pmux_input { > > > > enum { > > CBF_PLL_INDEX = 1, > > - CBF_DIV_2_INDEX, > > + CBF_DIV_INDEX, > > CBF_SAFE_INDEX > > }; > > > I don't have this enum in my tree. Could you please double check that > this works on linux-next? It's added in a patch[1] that isn't applied yet. The patch is mentioned in the cover letter, which you had trouble finding unfortunately. > And can you please send the next revision using git send-email with a > cover-letter, so that the patches are related in my inbox. Sorry about that. I've already resent the series properly. You should find [PATCH RESEND v2 */9] in your inbox, otherwise here[2] is a link. [1] https://lore.kernel.org/linux-arm-msm/20210528192541.1120703-1-konrad.dybcio@xxxxxxxxxxxxxx/ [2] https://lore.kernel.org/linux-arm-msm/20220416025637.83484-1-y.oudjana@xxxxxxxxxxxxxx/T/#t