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

Commit b9621424 authored by Sharat Masetty's avatar Sharat Masetty
Browse files

ARM: dts: msm: update GPU fmax for AA SKU

This patch adds a new NOM corner and also update the GPU fmax for
a certain SKU. This makes sure that the GPU can scale up to the
defined fmax for the SKU.

Change-Id: Ib87f222e067c2d8eb8f047efbd434bc54085465a
parent a63d2070
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
			opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM>;
		};

		opp-540000000 {
			opp-hz = /bits/ 64 <540000000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM>;
		};

		opp-500000000 {
			opp-hz = /bits/ 64 <500000000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_SVS_L1>;
@@ -311,7 +316,7 @@
				/* SVS L1 */
				qcom,gpu-pwrlevel@0 {
					reg = <0>;
					qcom,gpu-freq = <500000000>;
					qcom,gpu-freq = <540000000>;
					qcom,bus-freq = <9>;
					qcom,bus-min = <8>;
					qcom,bus-max = <12>;