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

Commit 235fab75 authored by Shefali Jain's avatar Shefali Jain
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: Ia1daf6e06766f0e7299d1e32a907c5d12b713781
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 71721a67
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -34,3 +34,16 @@
&CPU7 {
	efficiency = <1024>;
};

&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     */
};