mt7622: switch default CPU governor to ondemand
authorJohn Audia <graysky@archlinux.us>
Fri, 21 Jan 2022 19:12:53 +0000 (14:12 -0500)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 19 Oct 2022 22:44:53 +0000 (00:44 +0200)
commitb1cc4eac1bc82086cb2569deecb1c68678011ab3
tree06fba07ea224f173fc57d3e7b2437b27d6a151bc
parentf17608ddca299dc617595247f2ad30a73390dbd7
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>
target/linux/mediatek/mt7622/config-5.15