]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: qcom: Fix slimbus n and m val offsets
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 29 Jan 2015 23:38:11 +0000 (15:38 -0800)
committerMichael Turquette <mturquette@linaro.org>
Wed, 25 Feb 2015 20:08:38 +0000 (12:08 -0800)
commit7dd47b8ef54c301ecde58cecf2f3e29ff3f48d4a
tree7853b29ec1f180878d1f788edc65846b9d03839f
parent03208cc69fc16a8d46de49f51f49964666e4a694
clk: qcom: Fix slimbus n and m val offsets

These shifts were copy/pasted from the pcm which is a different
size RCG. Use the correct offsets so that slimbus rates are
correct.

Fixes: b82875ee07e5 "clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driver"
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/qcom/lcc-msm8960.c