Bugfix: changing CPU governor on A64

Apperently DVFS is not peforming perfectly correct https://forum.armbian.com/topic/13953-pine-a64-with-gnome-mouse-not-working/

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik
2020-05-10 11:54:52 +02:00
parent 89b5e5f782
commit 22123d828d

View File

@@ -4,7 +4,7 @@ OVERLAY_PREFIX='sun50i-a64'
BOOTENV_FILE='sun50iw1-next.txt'
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1010000
GOVERNOR=ondemand
GOVERNOR=performance
ASOUND_STATE='asound.state.pinebook-next'
family_tweaks_s()