powerhint: update default value for target_load

Update the target_load used in ALT_DVFS for CCI PPC counter from
5 to 10 to make it less aggressive to push up the OPP to save power.

Bug: 183950156
Test: Boot & check the value vis sysfs
Change-Id: I9fd51dd616c288f5a97d73d6d80b47a63c2b1f75
This commit is contained in:
Jia-yi Chen 2021-04-21 15:04:05 -07:00 committed by TreeHugger Robot
parent c932836b3f
commit 311c43f70a

View file

@ -86,8 +86,8 @@
"Name": "MIFTargetLoad", "Name": "MIFTargetLoad",
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
"Values": [ "Values": [
"20 10 80", "20 5 80",
"20 5 80" "20 10 80"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },