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

Commit 14b12864 authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

ARM: dts: qcom: Remove L3 power levels from GPU dtsi

As of now we are not using l3_vote clock in lito, and
without this clock, l3 power levels are not useful.
So removing l3-pwrlevels from gpu dtsi to prevent l3_vote
clock related errors from driver.

Change-Id: I8c7464d84b59177f46785647804ebb9e6db42a30
parent 78368371
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -141,28 +141,6 @@
		/* GPU OPP data */
		operating-points-v2 = <&gpu_opp_table>;

		qcom,l3-pwrlevels {
			#address-cells = <1>;
			#size-cells = <0>;

			compatible = "qcom,l3-pwrlevels";

			qcom,l3-pwrlevel@0 {
				reg = <0>;
				qcom,l3-freq = <0>;
			};

			qcom,l3-pwrlevel@1 {
				reg = <1>;
				qcom,l3-freq = <864000000>;
			};

			qcom,l3-pwrlevel@2 {
				reg = <2>;
				qcom,l3-freq = <1344000000>;
			};
		};

		/* GPU Mempools */
		qcom,gpu-mempools {
			#address-cells = <1>;