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

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

Merge "ARM: dt: msm8926v2: Match clockplan frequencies"

parents 01c78dee ef3801c2
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
@@ -42,3 +42,52 @@
	qcom,vdd-mx-vmin-method = <4>;
	qcom,vdd-mx-corner-map = <1050000 1150000 1280000>;
};

&msm_gpu {
	/* Updated chip ID */
	qcom,chipid = <0x03000512>;

	/* Bus Scale Settings */
	qcom,msm-bus,num-cases = <4>;
	qcom,msm-bus,vectors-KBps =
		<26 512 0 0>, <89 604 0 0>,
		<26 512 0 1800000>, <89 604 0 3200000>,
		<26 512 0 3600000>, <89 604 0 5120000>,
		<26 512 0 4800000>, <89 604 0 6400000>;

	/* Power levels */
	qcom,gpu-pwrlevels {
		#address-cells = <1>;
		#size-cells = <0>;

		compatible = "qcom,gpu-pwrlevels";

		qcom,gpu-pwrlevel@0 {
			reg = <0>;
			qcom,gpu-freq = <500000000>;
			qcom,bus-freq = <3>;
			qcom,io-fraction = <0>;
		};

		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <320000000>;
			qcom,bus-freq = <2>;
			qcom,io-fraction = <33>;
		};

		qcom,gpu-pwrlevel@2 {
			reg = <2>;
			qcom,gpu-freq = <200000000>;
			qcom,bus-freq = <1>;
			qcom,io-fraction = <100>;
		};

		qcom,gpu-pwrlevel@3 {
			reg = <3>;
			qcom,gpu-freq = <19000000>;
			qcom,bus-freq = <0>;
			qcom,io-fraction = <0>;
		};
	};
};