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

Commit 024e6357 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Update gfx clock corners for SDM450



New frequency table is required to be supported for GPU clients, update the
gfxfreq-corner table for the same.

Change-Id: I2ba8b73a96e7bd36171326ddb948ff7a85578b00
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 981657e2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -22,3 +22,16 @@

	soc: soc { };
};

&clock_gcc_gfx {
	compatible = "qcom,gcc-gfx-sdm450";
	qcom,gfxfreq-corner =
		<         0   0 >,
		< 133330000   1 >,  /* Min SVS   */
		< 216000000   2 >,  /* Low SVS   */
		< 320000000   3 >,  /* SVS       */
		< 400000000   4 >,  /* SVS Plus  */
		< 510000000   5 >,  /* NOM       */
		< 560000000   6 >,  /* Nom Plus  */
		< 600000000   7 >;  /* Turbo     */
};