Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d45ed8f authored by Georgi Djakov's avatar Georgi Djakov Committed by Stephen Boyd
Browse files

clk: qcom: Fix MSM8916 gfx3d_clk_src configuration



The gfx3d_clk_src parents configuration is incorrect. Fix it.

Fixes: 3966fab8 "clk: qcom: Add MSM8916 Global Clock Controller support"
Signed-off-by: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 52cdc33c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[] = {