Allwinner H6 - Remove CPU soft-cap (#1996)

No longer necessary due to the recently added thermal trips
This commit is contained in:
Werner 2020-05-29 13:11:46 +02:00 committed by GitHub
parent 9c6ef73c5b
commit 7c6fc4ec73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ OVERLAY_PREFIX='sun50i-h6'
BOOTENV_FILE='sun50iw2-next.txt'
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1488000
[[ -z $CPUMAX ]] && CPUMAX=1810000
GOVERNOR=ondemand
ASOUND_STATE='asound.state.sun50iw2-dev'