Talk:TP-LINK Deco M5

From WikiDevi.Wi-Cat.RU
Jump to navigation Jump to search

What's the source of the 638 MHz CPU clock speed number?

I can't find any official source to back this up, only a few
reviews which likely got the information from this page.
--Dave (talk) 15:53, 21 June 2017 (EDT)

Hint! >> ipq40xx: add 717MHz to CPU frequency table ;)

+	cpu0_opp_table: opp_table0 {
+	compatible = "operating-points-v2";
+	opp-shared;
+
+	opp@48000000 {
+	opp-hz = /bits/ 64 <48000000>;
+	clock-latency-ns = <256000>;
+	};
+	opp@200000000 {
+	opp-hz = /bits/ 64 <200000000>;
+	clock-latency-ns = <256000>;
+	};
+	opp@500000000 {
+	opp-hz = /bits/ 64 <500000000>;
+	clock-latency-ns = <256000>;
+	};
+	opp@666000000 {
+	opp-hz = /bits/ 64 <666000000>;
+	clock-latency-ns = <256000>;
+	};
+	opp@717000000 {
+	opp-hz = /bits/ 64 <717000000>;
+	clock-latency-ns = <256000>;
};
--Omega (talk) 01:32, 22 June 2017 (EDT)