Permalink
Browse files
projects/S905: set minimum CPU speed to 500MHz
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+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