Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow RK3328 devices to clock up to 1.5GHz
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
config/sources/rk3328.conf
|
|
@@ -46,7 +46,7 @@ case $BRANCH in |
|
|
esac |
|
|
|
|
|
CPUMIN="600000" |
|
|
CPUMAX="1300000" |
|
|
CPUMAX="1512000" |
|
|
GOVERNOR="ondemand" |
|
|
|
|
|
write_uboot_platform() |
|
|
|