mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
feat(mt8196): enable vcore dvfsrc feature
This patch will enable vcore dvfsrc. - VCORE DVFS is the feature to change VCORE/DDR Freq for power saving - When there are no requests for using Vcore/DRAM, Vcore DVFS will - lower the voltage and frequency of Vcore/DRAM to achieve power saving. Signed-off-by: Kunlong Wang <kunlong.wang@mediatek.corp-partner.google.com> Change-Id: I972eb2da1b8526f4ce2927cd662a6fc3ef2f2401
This commit is contained in:
parent
03a7a43e18
commit
a3c218afd6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ CPU_PM_DOMAIN_CORE_ONLY := n
|
|||
CPU_PM_SUSPEND_NOTIFY := y
|
||||
CONFIG_MTK_SPM_SUPPORT := y
|
||||
CONFIG_MTK_SPM_COMMON_SUPPORT := y
|
||||
CONFIG_MTK_VCOREDVFS_SUPPORT :=y
|
||||
CPU_PM_TINYSYS_SUPPORT := y
|
||||
MTK_PUBEVENT_ENABLE := y
|
||||
CONFIG_MTK_PMIC := y
|
||||
|
|
Loading…
Add table
Reference in a new issue