Skip to content
Permalink
Browse files
Enable 1392 MHz cpufreq OPP on all RK3328 devices
  • Loading branch information
ThomasKaiser committed Jul 5, 2018
1 parent f46e27f commit a79d5932cf21c1c7221bfa6cd036a3f47e506318
Showing with 18 additions and 0 deletions.
  1. +18 −0 patch/kernel/rk3328-default/enable-1392mhz-opp.patch
@@ -0,0 +1,18 @@
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index d08231c..0710ab8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -164,6 +164,13 @@
opp-microvolt-L1 = <1300000 1300000 1325000>;
clock-latency-ns = <40000>;
};
+ opp-1392000000 {
+ opp-hz = /bits/ 64 <1392000000>;
+ opp-microvolt = <1350000 1350000 1350000>;
+ opp-microvolt-L0 = <1350000 1350000 1350000>;
+ opp-microvolt-L1 = <1325000 1325000 1325000>;
+ clock-latency-ns = <40000>;
+ };
};

arm-pmu {

0 comments on commit a79d593

Please sign in to comment.