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 --- ...-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch') diff --git a/target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch b/target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch index 303546105e..991b366eda 100644 --- a/target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch +++ b/target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch @@ -10,8 +10,8 @@ Signed-off-by: Matthew McClintock Signed-off-by: John Crispin Signed-off-by: Andy Gross --- - arch/arm/boot/dts/qcom-ipq4019.dtsi | 54 ++++++++++++++--------------- - 1 file changed, 26 insertions(+), 28 deletions(-) + arch/arm/boot/dts/qcom-ipq4019.dtsi | 58 ++++++++++++++--------------- + 1 file changed, 30 insertions(+), 28 deletions(-) --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -79,7 +79,7 @@ Signed-off-by: Andy Gross }; L2: l2-cache { -@@ -136,6 +112,28 @@ +@@ -136,6 +112,32 @@ }; }; @@ -89,18 +89,22 @@ Signed-off-by: Andy Gross + + 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>; + }; + }; -- cgit v1.2.3