mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
clk: qcom: gcc-mdm9607: Fix halt_reg for gcc_apss_axi_clk
gcc_apss_axi_clk specifies a halt_reg of 0x4601c, but this is already used
by gcc_apss_ahb_clk. The correct value according to the downstream driver
is 0x46020.
Cc: stable@vger.kernel.org
Fixes: 48b7253264 ("clk: qcom: Add MDM9607 GCC driver")
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Link: https://lore.kernel.org/r/20260706-qcom-clk-mdm9607-fixes-v2-4-745565101869@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
944d0fb38c
commit
ca7e6cc30c
|
|
@ -1460,7 +1460,7 @@ static struct clk_branch gcc_apss_ahb_clk = {
|
|||
};
|
||||
|
||||
static struct clk_branch gcc_apss_axi_clk = {
|
||||
.halt_reg = 0x4601c,
|
||||
.halt_reg = 0x46020,
|
||||
.halt_check = BRANCH_HALT_VOTED,
|
||||
.clkr = {
|
||||
.enable_reg = 0x45004,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user