From 83cf7356048fff370ce95c3e10cadcddd84dd29a Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 4 Mar 2017 00:16:30 +0300 Subject: [PATCH] Set ondemand as default governor for H3/H5/A64 dev --- config/sources/pine64.conf | 2 +- config/sources/sun50iw2.conf | 2 +- config/sources/sun8i.conf | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/sources/pine64.conf b/config/sources/pine64.conf index 23534554fe..7db3711449 100644 --- a/config/sources/pine64.conf +++ b/config/sources/pine64.conf @@ -21,7 +21,7 @@ case $BRANCH in dev) BOOTENV_FILE='sun50iw1-next.txt' - GOVERNOR=schedutil + GOVERNOR=ondemand ;; esac diff --git a/config/sources/sun50iw2.conf b/config/sources/sun50iw2.conf index e973369b15..fb9b41fdee 100644 --- a/config/sources/sun50iw2.conf +++ b/config/sources/sun50iw2.conf @@ -5,7 +5,7 @@ BOOTENV_FILE='sun50iw2-next.txt' [[ -z $CPUMIN ]] && CPUMIN=480000 [[ -z $CPUMAX ]] && CPUMAX=1010000 -GOVERNOR=schedutil +GOVERNOR=ondemand write_uboot_platform() { diff --git a/config/sources/sun8i.conf b/config/sources/sun8i.conf index 3236a4b676..1a70f3cebc 100644 --- a/config/sources/sun8i.conf +++ b/config/sources/sun8i.conf @@ -14,6 +14,8 @@ case $BRANCH in KERNELSOURCE='https://github.com/megous/linux/' KERNELBRANCH='branch:orange-pi-4.10' KERNELDIR='linux-sun8i-mainline' + + GOVERNOR=ondemand ;; esac