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

Commit 683659f3 authored by Rongjun Ying's avatar Rongjun Ying Committed by Barry Song
Browse files

ARM: dts: sirf: add clock, frequence-voltage table for CPU0



prima2 and atlas6 uses cpufreq_cpu0, here we put related clock, operation
points in dtsi.

Signed-off-by: default avatarRongjun Ying <Rongjun.Ying@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 7f97c303
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,15 @@
			timebase-frequency = <0>;
			timebase-frequency = <0>;
			bus-frequency = <0>;
			bus-frequency = <0>;
			clock-frequency = <0>;
			clock-frequency = <0>;
			clocks = <&clks 12>;
			operating-points = <
				/* kHz    uV */
				200000  1025000
				400000  1025000
				600000  1050000
				800000  1100000
			>;
			clock-latency = <150000>;
		};
		};
	};
	};


+9 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,15 @@
			timebase-frequency = <0>;
			timebase-frequency = <0>;
			bus-frequency = <0>;
			bus-frequency = <0>;
			clock-frequency = <0>;
			clock-frequency = <0>;
			clocks = <&clks 12>;
			operating-points = <
				/* kHz    uV */
				200000  1025000
				400000  1025000
				664000  1050000
				800000  1100000
			>;
			clock-latency = <150000>;
		};
		};
	};
	};