Allow RK3328 devices to clock up to 1.5GHz

This commit is contained in:
Thomas Kaiser 2018-07-02 08:21:57 +02:00 committed by GitHub
parent 8fb0d6da7b
commit 5eaa80faa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ case $BRANCH in
esac
CPUMIN="600000"
CPUMAX="1300000"
CPUMAX="1512000"
GOVERNOR="ondemand"
write_uboot_platform()