From e0ea643c5bcdd7bdffd5a82ce3313127a7ad76fb Mon Sep 17 00:00:00 2001 From: aiamadeus <2789289348@qq.com> Date: Mon, 8 Jan 2024 23:15:10 +0800 Subject: [PATCH] ipq60xx: add 1.5GHz CPU frequency --- .../0137-arm64-dts-qcom-ipq6018-rework-cpufreq.patch | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/target/linux/qualcommax/patches-6.1/0137-arm64-dts-qcom-ipq6018-rework-cpufreq.patch b/target/linux/qualcommax/patches-6.1/0137-arm64-dts-qcom-ipq6018-rework-cpufreq.patch index 5ad0bcd51..540dbb3ce 100644 --- a/target/linux/qualcommax/patches-6.1/0137-arm64-dts-qcom-ipq6018-rework-cpufreq.patch +++ b/target/linux/qualcommax/patches-6.1/0137-arm64-dts-qcom-ipq6018-rework-cpufreq.patch @@ -118,7 +118,7 @@ + + opp-1200000000 { + opp-hz = /bits/ 64 <1200000000>; -+ opp-microvolt = <862500>; ++ opp-microvolt = <850000>; + opp-supported-hw = <0x4>; + clock-latency-ns = <200000>; + }; @@ -142,7 +142,7 @@ +}; --- /dev/null +++ b/arch/arm64/boot/dts/qcom/ipq6018-opp.dtsi -@@ -0,0 +1,71 @@ +@@ -0,0 +1,78 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +/ { @@ -179,6 +179,13 @@ + clock-latency-ns = <200000>; + }; + ++ opp-1512000000 { ++ opp-hz = /bits/ 64 <1512000000>; ++ opp-microvolt = <937500>; ++ opp-supported-hw = <0x2>; ++ clock-latency-ns = <200000>; ++ }; ++ + opp-1608000000 { + opp-hz = /bits/ 64 <1608000000>; + opp-microvolt = <987500>;