clk: qcom: Fix mmcc-8974's PLL configurations
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 16 May 2014 23:07:09 +0000 (16:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 18:18:28 +0000 (11:18 -0700)
commit9e0126ef80c2c33f6ce8aeca9035e8baa6e7d3d0
tree07c562487a7fc811433cb13317e566b550827c23
parentad40aceaec1b7ba8bd2716544db4bb55214177b7
clk: qcom: Fix mmcc-8974's PLL configurations

commit 437ae6a1b8f2eedebfbf0f6572e19ca5c58a3f71 upstream.

We forgot to add the status bit for the PLLs and we were using
the wrong register and masks for configuration, leading to
unexpected PLL configurations. Fix this.

Fixes: d8b212014e69 (clk: qcom: Add support for MSM8974's multimedia clock controller (MMCC))
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/mmcc-msm8974.c