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

Commit c324bd38 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti Committed by Lynus Vaz
Browse files

ARM: dts: Set GPU clocks for 8916



Set GPU clocks for 8916 as per the clock plan.

Change-Id: If90fa2ea17c4dcea3f948d7b4502f52d45a3eb80
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
Signed-off-by: default avatarLynus Vaz <lvaz@codeaurora.org>
parent 01f3b4c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@

			qcom,gpu-pwrlevel@1 {
				reg = <1>;
				qcom,gpu-freq = <310000000>;
				qcom,gpu-freq = <266670000>;
				qcom,bus-freq = <2>;
				qcom,io-fraction = <66>;
			};
@@ -96,7 +96,7 @@

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <27000000>;
				qcom,gpu-freq = <19200000>;
				qcom,bus-freq = <0>;
				qcom,io-fraction = <0>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ static struct rcg_clk gfx3d_clk_src = {
	.c = {
		.dbg_name = "gfx3d_clk_src",
		.ops = &clk_ops_rcg,
		VDD_DIG_FMAX_MAP3(LOW, 200000000, NOMINAL, 310000000, HIGH,
		VDD_DIG_FMAX_MAP3(LOW, 200000000, NOMINAL, 266670000, HIGH,
			400000000),
		CLK_INIT(gfx3d_clk_src.c),
	},