]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Wed, 4 May 2022 16:38:33 +0000 (17:38 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 30 Jun 2022 03:47:23 +0000 (22:47 -0500)
commitd547bab855649526c253162b55f7133840ee12eb
treeb280b126a415bacef640a28346114a8588f5959b
parent162a9ac6c0c36bd5d3551183092f8b9d412abd6e
clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address

Reviewing qcom docs for the 8939 we can see the command rcgr is pointing to
the wrong address. bimc_ddr_clk_src_rcgr is @ 0x01832024 not 0x01832004.

Fixes: eb3f95ec5adf ("clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller")
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220504163835.40130-3-bryan.odonoghue@linaro.org
drivers/clk/qcom/gcc-msm8939.c