linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] sunxi: a20-LIME2 define board specific operating points
@ 2015-03-26 17:08 Iain Paton
  2015-03-30 23:17 ` Maxime Ripard
  0 siblings, 1 reply; 5+ messages in thread
From: Iain Paton @ 2015-03-26 17:08 UTC (permalink / raw)
  To: linux-arm-kernel

these settings override the inappropriate ones in the dtsi with the
manufacturers provided settings from their 3.4.x fex file for this board

Signed-off-by: Iain Paton <ipaton0@gmail.com>
---
 arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts
index 704df28..f74f81e 100644
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts
@@ -83,6 +83,25 @@
 	status = "okay";
 };
 
+&cpu0 {
+	cpu-supply = <&vdd_cpu>;
+	clocks = <&cpu>;
+	clock-latency = <244144>; /* 8 32k periods */
+	operating-points = <
+		/* kHz    uV */
+		1008000 1450000
+		912000  1425000
+		864000  1350000
+		720000  1250000
+		528000  1150000
+		312000  1100000
+		144000  1050000
+		>;
+	#cooling-cells = <2>;
+	cooling-min-level = <0>;
+	cooling-max-level = <6>;
+};
+
 &ehci0 {
 	status = "okay";
 };
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-04 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 17:08 [PATCH 2/2] sunxi: a20-LIME2 define board specific operating points Iain Paton
2015-03-30 23:17 ` Maxime Ripard
2015-04-04  8:19   ` Iain Paton
2015-04-04 14:06     ` Maxime Ripard
2015-04-04 16:04       ` Chen-Yu Tsai

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).