devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] ARM: dts: OMAP36xx: Convert OPP table to v2
@ 2018-06-14 21:49 Adam Ford
  0 siblings, 0 replies; only message in thread
From: Adam Ford @ 2018-06-14 21:49 UTC (permalink / raw)
  To: linux-omap; +Cc: bcousson, devicetree, Adam Ford

Replace the OPP table with a version compatible with
operating-points-v2-ti-cpu.  A future patch will hopefully
enable the OPP1G table.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi
index 6fb23ada1f64..9c5ab5e06902 100644
--- a/arch/arm/boot/dts/omap36xx.dtsi
+++ b/arch/arm/boot/dts/omap36xx.dtsi
@@ -19,18 +19,33 @@
 	};
 
 	cpus {
-		/* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */
 		cpu: cpu@0 {
-			operating-points = <
-				/* kHz    uV */
-				300000  1012500
-				600000  1200000
-				800000  1325000
-			>;
+			operating-points-v2 = <&cpu0_opp_table>;
 			clock-latency = <300000>; /* From legacy driver */
 		};
 	};
 
+	/* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */
+	cpu0_opp_table: opp_table0 {
+		compatible = "operating-points-v2-ti-cpu";
+		syscon = <&scm_conf>;
+
+		opp50-300000000 {
+			opp-hz = /bits/ 64 <300000000>;
+			opp-microvolt = <1012500>;
+		};
+		opp100-600000000 {
+			opp-hz = /bits/ 64 <600000000>;
+			opp-microvolt = <1200000>;
+			opp-microamp =  <0>;
+		};
+		opp130-800000000 {
+			opp-hz = /bits/ 64 <800000000>;
+			opp-microvolt = <1325000>;
+			opp-microamp =  <0>;
+		};
+	};
+
 	ocp@68000000 {
 		uart4: serial@49042000 {
 			compatible = "ti,omap3-uart";
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-14 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 21:49 [RFC] ARM: dts: OMAP36xx: Convert OPP table to v2 Adam Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).