Skip to content

Commit

Permalink
Underclock CPU to 343Mhz
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLord1731 authored and followmsi committed Mar 26, 2019
1 parent b04140a commit 1402694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/exynos7870.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@
/* For CPUFREQ table */
/* CL0 */
cl0_idx_num = <17>;
cl0_max_support_idx = <2>;
cl0_min_support_idx = <14>;
cl0_max_support_idx = <4>;
cl0_min_support_idx = <16>;
cl0_boot_max_qos = <1482000>;
cl0_boot_min_qos = <1482000>;
cl0_boot_lock_time = <40000000>;
Expand All @@ -425,8 +425,8 @@

/* CL1 */
cl1_idx_num = <17>;
cl1_max_support_idx = <2>;
cl1_min_support_idx = <14>;
cl1_max_support_idx = <4>;
cl1_min_support_idx = <16>;
cl1_boot_max_qos = <1482000>;
cl1_boot_min_qos = <1482000>;
cl1_boot_lock_time = <40000000>;
Expand Down

0 comments on commit 1402694

Please sign in to comment.