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

Commit 99057bbe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update GPU clock plan of MSM8909 wearable"

parents 897a2faf 8f205eb9
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
		<26 512 0 1536000>,
		<26 512 0 3070000>;

	/delete-node/qcom,gpu-pwrlevels;

	/* Power levels */
	qcom,gpu-pwrlevels {
		#address-cells = <1>;
@@ -40,29 +42,20 @@

		qcom,gpu-pwrlevel@0 {
			reg = <0>;
			qcom,gpu-freq = <307200000>;
			qcom,bus-freq = <2>;
			qcom,bus-min = <2>;
			qcom,bus-max = <2>;
		};

		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <200000000>;
			qcom,bus-freq = <1>;
			qcom,bus-min = <1>;
			qcom,bus-max = <1>;
		};

		qcom,gpu-pwrlevel@2 {
			reg = <2>;
		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <19200000>;
			qcom,bus-freq = <0>;
			qcom,bus-min = <0>;
			qcom,bus-max = <0>;
		};

		/delete-node/qcom,gpu-pwrlevel@3;
	};

	/delete-node/qcom,gpu-speed-config@0;