Permalink
Browse files

projects/S905: set minimum CPU speed to 500MHz

  • Loading branch information...
1 parent 1cbe01d commit 8ab167cafa2035175540562e6bbdbd2e78ec43aa @kszaq committed May 9, 2017
Showing with 3 additions and 0 deletions.
  1. +3 −0 projects/S905/initramfs/platform_init
@@ -73,6 +73,9 @@ for part in /sys/block/*/queue/add_random; do
echo 0 > "$part"
done
+# Set 500MHz minimum CPU speed
+echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
+
# set smp_affinity
# Binary Hex
# CPU 0 0001 1

0 comments on commit 8ab167c

Please sign in to comment.