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

Commit 0acdd542 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: Change GPU operating frequencies"

parents a76e91ce a9cd9ebb
Loading
Loading
Loading
Loading
+19 −19
Original line number Diff line number Diff line
@@ -84,20 +84,20 @@
		qcom,msm-bus,vectors-KBps =
				<26 512 0 0>,

				<26 512 0 1200000>,  /* gpu=180 bus=150 */
				<26 512 0 2400000>,  /* gpu=180 bus=300 */
				<26 512 0 3200000>,  /* gpu=180 bus=400 */
				<26 512 0 1200000>,  /* gpu=150 bus=150 */
				<26 512 0 2400000>,  /* gpu=150 bus=300 */
				<26 512 0 3200000>,  /* gpu=150 bus=400 */

				<26 512 0 2400000>,  /* gpu=300 bus=300 */
				<26 512 0 4224000>,  /* gpu=300 bus=528 */
				<26 512 0 5376000>,  /* gpu=300 bus=672 */

				<26 512 0 5376000>,  /* gpu=450 bus=672 */
				<26 512 0 6681600>,  /* gpu=450 bus=835.2  */
				<26 512 0 8448000>,  /* gpu=450 bus=1056   */
				<26 512 0 5376000>,  /* gpu=400 bus=672 */
				<26 512 0 6681600>,  /* gpu=400 bus=835.2  */
				<26 512 0 8448000>,  /* gpu=400 bus=1056   */

				<26 512 0 8448000>,  /* gpu=575 bus=1056   */
				<26 512 0 12748800>; /* gpu=575 bus=1593.6 */
				<26 512 0 8448000>,  /* gpu=600 bus=1056   */
				<26 512 0 12748800>; /* gpu=600 bus=1593.6 */

		/* GDSC oxili regulators */
		vddcx-supply = <&gdsc_oxili_cx>;
@@ -123,13 +123,13 @@

			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <575000000>;
				qcom,gpu-freq = <600000000>;
				qcom,bus-freq = <11>;
			};

			qcom,gpu-pwrlevel@1 {
				reg = <1>;
				qcom,gpu-freq = <450000000>;
				qcom,gpu-freq = <400000000>;
				qcom,bus-freq = <8>;
			};

@@ -141,7 +141,7 @@

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <180000000>;
				qcom,gpu-freq = <150000000>;
				qcom,bus-freq = <2>;
			};

@@ -165,20 +165,20 @@
                        qcom,msm-bus,vectors-KBps =
                                <89 662 0 0>,

                                <89 662 0 2880000>,     /* gpu=180 */
                                <89 662 0 2880000>,     /* gpu=180 */
                                <89 662 0 2880000>,     /* gpu=180 */
                                <89 662 0 2400000>,     /* gpu=150 */
                                <89 662 0 2400000>,     /* gpu=150 */
                                <89 662 0 2400000>,     /* gpu=150 */

                                <89 662 0 4800000>,     /* gpu=300 */
                                <89 662 0 4800000>,     /* gpu=300 */
                                <89 662 0 4800000>,     /* gpu=300 */

                                <89 662 0 7200000>,     /* gpu=450 */
                                <89 662 0 7200000>,     /* gpu=450 */
                                <89 662 0 7200000>,     /* gpu=450 */
                                <89 662 0 6400000>,     /* gpu=400 */
                                <89 662 0 6400000>,     /* gpu=400 */
                                <89 662 0 6400000>,     /* gpu=400 */

                                <89 662 0 9200000>,     /* gpu=575 */
                                <89 662 0 9200000>;     /* gpu=575 */
                                <89 662 0 9600000>,     /* gpu=600 */
                                <89 662 0 9600000>;     /* gpu=600 */
                };
	};
};