Patch "clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config" has been added to the 6.6-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config

to the 6.6-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     clk-qcom-apss-ipq-pll-fix-l-value-for-ipq5332_pll_co.patch
and it can be found in the queue-6.6 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit a72629f4862fabfc0440e985693f17674b32559e
Author: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
Date:   Fri Oct 20 11:49:34 2023 +0530

    clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config
    
    [ Upstream commit 5b7a4d3d2b33398330aef69e0ff5656273483587 ]
    
    The earlier 'l' value of 0x3e is for 1.5GHz. Not all SKUs support
    this frequency. Hence set it to 0x2d to get 1.1GHz which is
    supported in all SKUs.
    
    The frequency can still increase above this initial configuration
    made here when the cpufreq driver picks a different OPP.
    
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
    Fixes: c7ef7fbb1ccf ("clk: qcom: apss-ipq-pll: add support for IPQ5332")
    Signed-off-by: Kathiravan T <quic_kathirav@xxxxxxxxxxx>
    Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/00e6be6cb9cee56628123a64ade118d0a752018b.1697781921.git.quic_varada@xxxxxxxxxxx
    Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/clk/qcom/apss-ipq-pll.c b/drivers/clk/qcom/apss-ipq-pll.c
index 18c4ffe153d6c..41279e5437a62 100644
--- a/drivers/clk/qcom/apss-ipq-pll.c
+++ b/drivers/clk/qcom/apss-ipq-pll.c
@@ -74,7 +74,7 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = {
 };
 
 static const struct alpha_pll_config ipq5332_pll_config = {
-	.l = 0x3e,
+	.l = 0x2d,
 	.config_ctl_val = 0x4001075b,
 	.config_ctl_hi_val = 0x304,
 	.main_output_mask = BIT(0),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux