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

Commit 1d05fa9d authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update CPU clock fmax for MSMGold



MSMgold Fmax is updated to support 1.4GHz, so increase the fmax and also
update the frequency table and the CPR node to reflect the same.

Change-Id: I1eb83b2a287340134e2a91feff7ced34d6a8ec86
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 2520fd03
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -384,7 +384,7 @@
		interrupts = <0 15 0>;
		interrupts = <0 15 0>;
		regulator-name = "apc_corner";
		regulator-name = "apc_corner";
		regulator-min-microvolt = <1>;
		regulator-min-microvolt = <1>;
		regulator-max-microvolt = <3>;
		regulator-max-microvolt = <4>;


		qcom,cpr-fuse-corners = <3>;
		qcom,cpr-fuse-corners = <3>;
		qcom,cpr-voltage-ceiling = <1155000 1225000 1350000>;
		qcom,cpr-voltage-ceiling = <1155000 1225000 1350000>;
@@ -421,11 +421,12 @@
					<70 54 7 0>;
					<70 54 7 0>;
		qcom,cpr-fuse-quot-offset-scale = <5 5 5>;
		qcom,cpr-fuse-quot-offset-scale = <5 5 5>;
		qcom,cpr-init-voltage-step = <10000>;
		qcom,cpr-init-voltage-step = <10000>;
		qcom,cpr-corner-map = <1 2 3>;
		qcom,cpr-corner-map = <1 2 3 3>;
		qcom,cpr-corner-frequency-map =
		qcom,cpr-corner-frequency-map =
				<1 998400000>,
				<1 960000000>,
				<2 1094400000>,
				<2 1094400000>,
				<3 1209600000>;
				<3 1248000000>,
				<4 1401000000>;
		qcom,speed-bin-fuse-sel = <37 34 3 0>;
		qcom,speed-bin-fuse-sel = <37 34 3 0>;
		qcom,cpr-quot-adjust-scaling-factor-max = <0 1400 1400>;
		qcom,cpr-quot-adjust-scaling-factor-max = <0 1400 1400>;
		qcom,cpr-fuse-revision = <69 39 3 0>;
		qcom,cpr-fuse-revision = <69 39 3 0>;
+6 −4
Original line number Original line Diff line number Diff line
@@ -674,9 +674,10 @@
		clock-names = "clk-c1-4", "clk-c1-5";
		clock-names = "clk-c1-4", "clk-c1-5";
		qcom,speed0-bin-v0-c1 =
		qcom,speed0-bin-v0-c1 =
			<          0 0>,
			<          0 0>,
			<  998400000 1>,
			<  960000000 1>,
			< 1094400000 2>,
			< 1094400000 2>,
			< 1209600000 3>;
			< 1248000000 3>,
			< 1401000000 4>;


		#clock-cells = <1>;
		#clock-cells = <1>;
	};
	};
@@ -691,9 +692,10 @@
			 <&clock_cpu clk_a53_bc_clk>;
			 <&clock_cpu clk_a53_bc_clk>;


		qcom,cpufreq-table =
		qcom,cpufreq-table =
			 <  998400 >,
			 <  960000 >,
			 < 1094400 >,
			 < 1094400 >,
			 < 1209600 >;
			 < 1248000 >,
			 < 1401000 >;
	};
	};


	usb_otg: usb@78db000 {
	usb_otg: usb@78db000 {