Patch "clk: qcom: gcc-msm8994: Fix gpll4 width" has been added to the 5.15-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: gcc-msm8994: Fix gpll4 width

to the 5.15-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-gcc-msm8994-fix-gpll4-width.patch
and it can be found in the queue-5.15 subdirectory.

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



commit dadc2d55f2d43fd299ef1e9460a62c6fd89f14ac
Author: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
Date:   Sat Mar 19 18:49:40 2022 +0100

    clk: qcom: gcc-msm8994: Fix gpll4 width
    
    [ Upstream commit 71021db1c532c2545ae53b9ee85b37b7154f51d4 ]
    
    The gpll4 postdiv is actually a div4, so make sure that Linux is aware of
    this.
    
    This fixes the following error messages:
    
     mmc1: Card appears overclocked; req 200000000 Hz, actual 343999999 Hz
     mmc1: Card appears overclocked; req 400000000 Hz, actual 687999999 Hz
    
    Fixes: aec89f78cf01 ("clk: qcom: Add support for msm8994 global clock controller")
    Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220319174940.341137-1-konrad.dybcio@xxxxxxxxxxxxxx
    Tested-by: Petr Vorel <petr.vorel@xxxxxxxxx>
    Reviewed-by: Petr Vorel <petr.vorel@xxxxxxxxx>
    Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/clk/qcom/gcc-msm8994.c b/drivers/clk/qcom/gcc-msm8994.c
index 144d2ba7a9be..463a444c8a7e 100644
--- a/drivers/clk/qcom/gcc-msm8994.c
+++ b/drivers/clk/qcom/gcc-msm8994.c
@@ -108,6 +108,7 @@ static struct clk_alpha_pll gpll4_early = {
 
 static struct clk_alpha_pll_postdiv gpll4 = {
 	.offset = 0x1dc0,
+	.width = 4,
 	.regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_DEFAULT],
 	.clkr.hw.init = &(struct clk_init_data)
 	{



[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