From 2ee98e8f6e67a2aecfa79e45a6c99d7d40b3d362 Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Tue, 14 May 2019 16:42:17 +0300 Subject: ipq40xx: directly define voltage per opp This should align opp table with what it was before converting to OPP v2. Signed-off-by: Pavel Kubelun Signed-off-by: Christian Lamparter --- ...072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'target/linux/ipq40xx/patches-4.14/072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch') diff --git a/target/linux/ipq40xx/patches-4.14/072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch b/target/linux/ipq40xx/patches-4.14/072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch index 156ffa1b6d..06749ea733 100644 --- a/target/linux/ipq40xx/patches-4.14/072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch +++ b/target/linux/ipq40xx/patches-4.14/072-qcom-ipq4019-add-cpu-operating-points-for-cpufreq-su.patch @@ -10,7 +10,7 @@ Signed-off-by: Matthew McClintock Signed-off-by: John Crispin --- arch/arm/boot/dts/qcom-ipq4019.dtsi | 34 ++++++++++++++++++++++++++-------- - 1 file changed, 26 insertions(+), 8 deletions(-) + 1 file changed, 30 insertions(+), 8 deletions(-) --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -54,7 +54,7 @@ Signed-off-by: John Crispin }; L2: l2-cache { -@@ -94,6 +90,28 @@ +@@ -94,6 +90,32 @@ }; }; @@ -65,18 +65,22 @@ Signed-off-by: John Crispin + opp-48000000 { + opp-hz = /bits/ 64 <48000000>; + clock-latency-ns = <256000>; ++ opp-microvolt = <1100000>; + }; + opp-200000000 { + opp-hz = /bits/ 64 <200000000>; + clock-latency-ns = <256000>; ++ opp-microvolt = <1100000>; + }; + opp-500000000 { + opp-hz = /bits/ 64 <500000000>; + clock-latency-ns = <256000>; ++ opp-microvolt = <1100000>; + }; + opp-716000000 { + opp-hz = /bits/ 64 <716000000>; + clock-latency-ns = <256000>; ++ opp-microvolt = <1100000>; + }; + }; + -- cgit v1.2.3