diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2019-05-14 16:42:17 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-15 19:55:32 +0200 |
commit | 2ee98e8f6e67a2aecfa79e45a6c99d7d40b3d362 (patch) | |
tree | 92a279c11f02a99c0471572df304f7f9e8d7829e /target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch | |
parent | 7193067edb76d80ab3f52a39c4b083b3839b0cda (diff) | |
download | upstream-2ee98e8f6e67a2aecfa79e45a6c99d7d40b3d362.tar.gz upstream-2ee98e8f6e67a2aecfa79e45a6c99d7d40b3d362.tar.bz2 upstream-2ee98e8f6e67a2aecfa79e45a6c99d7d40b3d362.zip |
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 <be.dissent@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch')
-rw-r--r-- | target/linux/ipq40xx/patches-4.19/072-v4.20-ARM-dts-qcom-ipq4019-add-cpu-operating-points-for-cp.patch | 10 |
1 files changed, 7 insertions, 3 deletions
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 <mmcclint@codeaurora.org> Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Andy Gross <andy.gross@linaro.org> --- - 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 <andy.gross@linaro.org> }; L2: l2-cache { -@@ -136,6 +112,28 @@ +@@ -136,6 +112,32 @@ }; }; @@ -89,18 +89,22 @@ Signed-off-by: Andy Gross <andy.gross@linaro.org> + + 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>; + }; + }; |