Skip to content

Commit

Permalink
clk: qcom: Fix MSM8916 gfx3d_clk_src configuration
Browse files Browse the repository at this point in the history
The gfx3d_clk_src parents configuration is incorrect. Fix it.

Fixes: 3966fab "clk: qcom: Add MSM8916 Global Clock Controller support"
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Georgi Djakov authored and Stephen Boyd committed May 1, 2015
1 parent 52cdc33 commit 5d45ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-msm8916.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ static const char *gcc_xo_gpll0_bimc[] = {
static const struct parent_map gcc_xo_gpll0a_gpll1_gpll2a_map[] = {
{ P_XO, 0 },
{ P_GPLL0_AUX, 3 },
{ P_GPLL2_AUX, 2 },
{ P_GPLL1, 1 },
{ P_GPLL2_AUX, 2 },
};

static const char *gcc_xo_gpll0a_gpll1_gpll2a[] = {
Expand Down

0 comments on commit 5d45ed8

Please sign in to comment.