task_profiles.json: Fix uclamp attribute

task_profiles.json currently uses attributes of a defunct version of
uclamp, which was used for testing.

Let's use the attributes that actually got merged upstream instead.

Bug: 143710295
Change-Id: Ic6a14f52e14efeefc91f6e6bf580c15e2eded82e
Signed-off-by: Quentin Perret <qperret@google.com>
This commit is contained in:
Quentin Perret 2020-02-04 13:10:31 +00:00
parent 955601beb4
commit 20b2f1e0ab

View file

@ -43,12 +43,12 @@
{
"Name": "UClampMin",
"Controller": "cpu",
"File": "cpu.util.min"
"File": "cpu.uclamp.min"
},
{
"Name": "UClampMax",
"Controller": "cpu",
"File": "cpu.util.max"
"File": "cpu.uclamp.max"
}
],