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

Commit fcfd187f authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

ARM: dts: msm: Fix GPU max frequency for khaje

Update max frequency as 1114.8Mhz for khaje GPU as per requirement.

Change-Id: Ia48d1f66b041c6e12ce7a73d7d19bc83966ee83c
parent 3142c3df
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2976,8 +2976,8 @@ tpdm_turing_llm: tpdm@8861000 {
	gpu_opp_table: gpu-opp-table {
		compatible = "operating-points-v2";

		opp-111480000 {
			opp-hz = /bits/ 64 <111480000>;
		opp-1114800000 {
			opp-hz = /bits/ 64 <1114800000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_TURBO_L1>;
		};

@@ -3047,7 +3047,7 @@ tpdm_turing_llm: tpdm@8861000 {
			/* TURBO_L1 */
			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <111480000>;
				qcom,gpu-freq = <1114800000>;
				qcom,bus-freq = <7>;
				qcom,bus-min = <7>;
				qcom,bus-max = <7>;
@@ -3120,7 +3120,7 @@ tpdm_turing_llm: tpdm@8861000 {
			/* TURBO_L1 */
			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <111480000>;
				qcom,gpu-freq = <1114800000>;
				qcom,bus-freq = <7>;
				qcom,bus-min = <7>;
				qcom,bus-max = <7>;