linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom: ipq4019: directly define voltage per opp
@ 2019-06-15 15:57 Christian Lamparter
  0 siblings, 0 replies; only message in thread
From: Christian Lamparter @ 2019-06-15 15:57 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: Pavel Kubelun, Andy Gross, David Brown, linux-kernel

From: Pavel Kubelun <be.dissent@gmail.com>

This should align opp table with what it was before converting to OPP v2.

Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
 arch/arm/boot/dts/qcom-ipq4019.dtsi | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
index c7fa9f61e1f1..0e3e79442c50 100644
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
@@ -111,20 +111,24 @@
 
 		opp-48000000 {
 			opp-hz = /bits/ 64 <48000000>;
+			opp-microvolt = <1100000>;
 			clock-latency-ns = <256000>;
 		};
 		opp-200000000 {
 			opp-hz = /bits/ 64 <200000000>;
+			opp-microvolt = <1100000>;
 			clock-latency-ns = <256000>;
 		};
 		opp-500000000 {
 			opp-hz = /bits/ 64 <500000000>;
+			opp-microvolt = <1100000>;
 			clock-latency-ns = <256000>;
 		};
 		opp-716000000 {
 			opp-hz = /bits/ 64 <716000000>;
+			opp-microvolt = <1100000>;
 			clock-latency-ns = <256000>;
- 		};
+		};
 	};
 
 	memory {
-- 
2.20.1


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

only message in thread, other threads:[~2019-06-15 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15 15:57 [PATCH] ARM: dts: qcom: ipq4019: directly define voltage per opp Christian Lamparter

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