Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20b2f1e0 authored by Quentin Perret's avatar Quentin Perret
Browse files

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: default avatarQuentin Perret <qperret@google.com>
parent 955601be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
    }
  ],