Skip to content

Commit

Permalink
projects/S905: set minimum CPU speed to 500MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
kszaq committed May 9, 2017
1 parent 1cbe01d commit 8ab167c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/S905/initramfs/platform_init
Expand Up @@ -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
Expand Down

0 comments on commit 8ab167c

Please sign in to comment.