Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: gcc-sm6115: Fix offset for hlos1_vote_turing_mmu_tbu0_gdsc

It looks that the offset 0x7d060 is a copy & paste from above
hlos1_vote_turing_mmu_tbu1_gdsc. Correct it to 0x7d07c as per
downstream kernel.

Fixes: cbe63bfdc54f ("clk: qcom: Add Global Clock controller (GCC) driver for SM6115")
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210919022308.24046-1-shawn.guo@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Shawn Guo and committed by
Stephen Boyd
e41bdd18 4b65021a

+1 -1
+1 -1
drivers/clk/qcom/gcc-sm6115.c
··· 3242 3242 }; 3243 3243 3244 3244 static struct gdsc hlos1_vote_turing_mmu_tbu0_gdsc = { 3245 - .gdscr = 0x7d060, 3245 + .gdscr = 0x7d07c, 3246 3246 .pd = { 3247 3247 .name = "hlos1_vote_turing_mmu_tbu0", 3248 3248 },