]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: fix QCS404 TuringCC regmap
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Mon, 9 Sep 2019 08:54:30 +0000 (10:54 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 9 Sep 2019 16:05:22 +0000 (09:05 -0700)
commit52d3d01b55ab1141d3c87f36bcf4ab7ccaec835f
tree62bdd778a0e5c95d0a9cd9e349f58b19048af27b
parentd9d610f504e037aff43977db7b5f4b2978e2cf95
clk: qcom: fix QCS404 TuringCC regmap

The max register is 0x23004 as per the manual (the current
max_register that this commit is fixing is actually out of bounds).

Fixes: 14b05c4bf8bf ("clk: qcom: Add QCS404 TuringCC")
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Link: https://lkml.kernel.org/r/20190909085430.8700-1-jorge.ramirez-ortiz@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/turingcc-qcs404.c