openwrt/target/linux/mediatek/mt7622
John Audia b1cc4eac1b
mt7622: switch default CPU governor to ondemand
The most common CPU governor in the OpenWRT project is currently ondemand (see
below).  Switch mt7622 over to it as well.

Audit the code by running the following and then analyzing the results:
find -name 'config-5.*' -print0 | xargs -0 grep 'CONFIG_CPU_FREQ_DEFAULT_GOV.*=y'

ondemand: 16
performance: 5
schedutil: 5
userspace: 2

Build system: x86_64
Build-tested: ramips/mt7621

Signed-off-by: John Audia <graysky@archlinux.us>
2022-10-20 00:44:53 +02:00
..
base-files mediatek: mt7622: don't rely on existing image for sysupgrade 2022-10-19 20:05:17 +01:00
config-5.15 mt7622: switch default CPU governor to ondemand 2022-10-20 00:44:53 +02:00
target.mk mediatek: mt7622: bpi-r64: rewrite MMC uImage.FIT sysupgrade 2021-11-12 15:03:07 +00:00