initial commit
This commit is contained in:
commit
46583caabf
15 changed files with 6230 additions and 0 deletions
9
fix_freq_rk3576.sh
Normal file
9
fix_freq_rk3576.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/system/bin/sh
|
||||
|
||||
echo userspace > /sys/class/devfreq/27700000.npu/governor
|
||||
echo 1000000000 > /sys/class/devfreq/27700000.npu/userspace/set_freq
|
||||
|
||||
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
|
||||
echo 2208000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed
|
||||
echo userspace > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
|
||||
echo 2304000 > /sys/devices/system/cpu/cpufreq/policy4/scaling_setspeed
|
||||
Loading…
Add table
Add a link
Reference in a new issue