Patch "clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1" 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: sm6125-gcc: Swap ops of ice and apps on sdcc1

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-sm6125-gcc-swap-ops-of-ice-and-apps-on-sdcc.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 c4ae7f46e57acd7a7d26992d536fe0cd70c5849c
Author: Martin Botka <martin.botka@xxxxxxxxxxxxxx>
Date:   Tue Nov 30 22:20:15 2021 +0100

    clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
    
    [ Upstream commit e53f2086856c16ccab80fd0ac012baa1ae88af73 ]
    
    Without this change eMMC runs at overclocked freq.
    Swap the ops to not OC the eMMC.
    
    Signed-off-by: Martin Botka <martin.botka@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20211130212015.25232-1-martin.botka@xxxxxxxxxxxxxx
    Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Fixes: 4b8d6ae57cdf ("clk: qcom: Add SM6125 (TRINKET) GCC driver")
    Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/clk/qcom/gcc-sm6125.c b/drivers/clk/qcom/gcc-sm6125.c
index 543cfab7561f9..431b55bb0d2f7 100644
--- a/drivers/clk/qcom/gcc-sm6125.c
+++ b/drivers/clk/qcom/gcc-sm6125.c
@@ -1121,7 +1121,7 @@ static struct clk_rcg2 gcc_sdcc1_apps_clk_src = {
 		.name = "gcc_sdcc1_apps_clk_src",
 		.parent_data = gcc_parent_data_1,
 		.num_parents = ARRAY_SIZE(gcc_parent_data_1),
-		.ops = &clk_rcg2_ops,
+		.ops = &clk_rcg2_floor_ops,
 	},
 };
 
@@ -1143,7 +1143,7 @@ static struct clk_rcg2 gcc_sdcc1_ice_core_clk_src = {
 		.name = "gcc_sdcc1_ice_core_clk_src",
 		.parent_data = gcc_parent_data_0,
 		.num_parents = ARRAY_SIZE(gcc_parent_data_0),
-		.ops = &clk_rcg2_floor_ops,
+		.ops = &clk_rcg2_ops,
 	},
 };
 



[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