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

Commit 64afa89f authored by Maxime Ripard's avatar Maxime Ripard
Browse files

clk: sunxi-ng: a33: Set CLK_SET_RATE_PARENT for the GPU



In order to achieve all the rates asked by the GPU, we might need to change
the parent frequency.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent bf3be2ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ static SUNXI_CCU_M_WITH_MUX_TABLE_GATE(drc_clk, "drc",
				       0x180, 0, 4, 24, 3, BIT(31), 0);

static SUNXI_CCU_M_WITH_GATE(gpu_clk, "gpu", "pll-gpu",
			     0x1a0, 0, 3, BIT(31), 0);
			     0x1a0, 0, 3, BIT(31), CLK_SET_RATE_PARENT);

static const char * const ats_parents[] = { "osc24M", "pll-periph" };
static SUNXI_CCU_M_WITH_MUX_GATE(ats_clk, "ats", ats_parents,