From: Ruiqiang Hao <[email protected]> Marvell sdk11 only supports performance and userspace power management policies, and customers use GOV_PERFORMANCE by default, so set default PM policy to Performance.
Signed-off-by: Ruiqiang Hao <[email protected]> --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg b/bsp/marvell-cn106xx/marvell-cn106xx.cfg index 61dccb36..e64ee22d 100644 --- a/bsp/marvell-cn106xx/marvell-cn106xx.cfg +++ b/bsp/marvell-cn106xx/marvell-cn106xx.cfg @@ -124,6 +124,8 @@ CONFIG_COMMON_CLK_SCMI=y # CPU freq CONFIG_CPU_FREQ=y CONFIG_ARM_SCMI_CPUFREQ=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CRYPT CONFIG_CRYPTO_DEV_OCTEONTX2_CPT=y -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12457): https://lists.yoctoproject.org/g/linux-yocto/message/12457 Mute This Topic: https://lists.yoctoproject.org/mt/98701426/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
