Limit NEO2 max cpufreq to 816 MHz

NEO2 uses only 1.1V and 1008MHz result in instabilities: https://forum.armbian.com/topic/5556-neo2-usually-doesnt-cold-start-on-first-attempt/?do=findComment&comment=42480
This commit is contained in:
ThomasKaiser 2017-11-01 15:57:47 +01:00
parent e1ab0cbed9
commit 69de893022

View File

@ -7,7 +7,7 @@ MODULES=""
MODULES_NEXT=""
DEFAULT_OVERLAYS="usbhost1 usbhost2"
CPUMIN="480000"
CPUMAX="912000"
CPUMAX="816000"
#
BUILD_DESKTOP="no"
#