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

Commit 70e4da1f authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for new speed bin for SDM632



Support new speed bins 6 & 2 to support 1.8GHz & 2.0GHz respectively and
also update the corresponding frequencies in cpufreq/devfreq tables.

Change-Id: I8b64ffa536e4620cc5abfc286ce7e34b73e0c3f3
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent ddbece73
Loading
Loading
Loading
Loading
+59 −9
Original line number Diff line number Diff line
@@ -819,13 +819,13 @@
		<  1363200000 4>,
		<  1536000000 5>,
		<  1670400000 6>,
		<  1785600000 7>;
		<  1804800000 7>;
	qcom,speed0-bin-v0-c1 =
		<          0 0>,
		<  1094400000 1>,
		<  1401600000 2>,
		<  1555200000 3>,
		<  1785600000 4>;
		<  1804800000 4>;
	qcom,speed0-bin-v0-cci =
		<          0 0>,
		<  307200000 1>,
@@ -834,6 +834,56 @@
		<  691200000 4>,
		<  768000000 5>,
		<  787200000 6>;

	qcom,speed6-bin-v0-c0 =
		<          0 0>,
		<   614400000 1>,
		<   883200000 2>,
		<  1036800000 3>,
		<  1363200000 4>,
		<  1536000000 5>,
		<  1670400000 6>,
		<  1804800000 7>;
	qcom,speed6-bin-v0-c1 =
		<          0 0>,
		<  1094400000 1>,
		<  1401600000 2>,
		<  1555200000 3>,
		<  1804800000 4>;
	qcom,speed6-bin-v0-cci =
		<          0 0>,
		<  307200000 1>,
		<  403200000 2>,
		<  499200000 3>,
		<  691200000 4>,
		<  768000000 5>,
		<  787200000 6>;

	qcom,speed2-bin-v0-c0 =
		<          0 0>,
		<   614400000 1>,
		<   883200000 2>,
		<  1036800000 3>,
		<  1363200000 4>,
		<  1536000000 5>,
		<  1670400000 6>,
		<  1804800000 7>;
	qcom,speed2-bin-v0-c1 =
		<          0 0>,
		<  1094400000 1>,
		<  1401600000 2>,
		<  1555200000 3>,
		<  1804800000 4>,
		<  2016000000 5>;
	qcom,speed2-bin-v0-cci =
		<          0 0>,
		<  307200000 1>,
		<  403200000 2>,
		<  499200000 3>,
		<  691200000 4>,
		<  768000000 5>,
		<  787200000 6>;

	#clock-cells = <1>;
};

@@ -859,15 +909,15 @@
			< 1363200 >,
			< 1536000 >,
			< 1670400 >,
			< 1785600 >;
			< 1804800 >;

		qcom,cpufreq-table-4 =
			< 1094400 >,
			< 1401600 >,
			< 1555200 >,
			< 1785600 >,
			< 1804800 >,
			< 1996200 >,
			< 2082800 >;
			< 2016000 >;
	};

	cci_cache: qcom,cci {
@@ -891,12 +941,12 @@
			cpu-to-dev-map-0 =
				<  614400 1611>,
				< 1363200 3221>,
				< 1785600 5859>;
				< 1804800 5859>;
			cpu-to-dev-map-4 =
				< 1094400 1611>,
				< 1401600 3221>,
				< 1785600 5859>,
				< 2082800 7104>;
				< 1804800 5859>,
				< 2016000 7104>;
		};

		cci-cpufreq {
@@ -912,7 +962,7 @@
				< 1094400 499200>,	/* SVS   */
				< 1401600 691200>,      /* NOM   */
				< 1555200 768000>,      /* NOM+  */
				< 1785600 787200>;      /* TURBO */
				< 1804800 787200>;      /* TURBO */
		};
	};
};