Use the correct GPU device path for gs201.

gs201 uses 28000000.mali instead of 1c500000.mali.

Bug: 196866904
Test: verified that libperfmgr logspam is gone on dev board.
Change-Id: I7e00bb67f06960bcedc29d4e98422676a651bd05
This commit is contained in:
Krzysztof Kosiński 2021-09-08 18:39:11 -07:00
parent c7d07e27e0
commit 6b82c37c4c
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@
},
{
"Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
"Values": [
"762000",
"471000",

View file

@ -42,7 +42,7 @@
},
{
"Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
"Values": [
"151000",
"302000",

View file

@ -62,7 +62,7 @@
},
{
"Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
"Values": [
"151000",
"302000",